Bugzilla – Attachment 108574 Details for
Bug 25242
Accessibility: The 'Holdings' table partially obscures navigation links at 200% zoom
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25242: (QA follow-up) Remove deprecated break-word
Bug-25242-QA-follow-up-Remove-deprecated-break-wor.patch (text/plain), 1.01 KB, created by
Martin Renvoize (ashimema)
on 2020-08-19 07:37:18 UTC
(
hide
)
Description:
Bug 25242: (QA follow-up) Remove deprecated break-word
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-08-19 07:37:18 UTC
Size:
1.01 KB
patch
obsolete
>From bfc6f498c92dde6a6ca7af9e84a1b0c49c9982cf Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 19 Aug 2020 08:36:03 +0100 >Subject: [PATCH] Bug 25242: (QA follow-up) Remove deprecated break-word > >It appears break-word is now deprecated in Firefox and instead all >browsers now support break-all as the definitive. >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index dfc4c6e6e3..202878b534 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -228,7 +228,6 @@ table, > td { > background-color: #FFF; > word-wrap: break-all; >- word-wrap: break-word; > > &.selectcol { > width: 1ch; >@@ -267,7 +266,6 @@ td { > th { > background-color: #E2E8E8; > word-wrap: break-all; >- word-wrap: break-word; > > &.sum { > text-align: right; >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25242
:
107884
|
107897
|
108348
|
108438
|
108439
|
108574
|
109444
|
109654
|
109663
|
109994