Bug 25242: (QA follow-up) Remove deprecated break-word
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 19 Aug 2020 07:36:03 +0000 (08:36 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 20 Aug 2020 10:25:19 +0000 (12:25 +0200)
It appears break-word is now deprecated in Firefox and instead all
browsers now support break-all as the definitive.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss

index dfc4c6e..202878b 100644 (file)
@@ -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;