7330308e by Jeremy Groot

fix to files

1 parent fe9e3a5c
...@@ -14958,6 +14958,7 @@ article > h5 { ...@@ -14958,6 +14958,7 @@ article > h5 {
14958 } 14958 }
14959 .wp-block-file a { 14959 .wp-block-file a {
14960 word-wrap: break-word; 14960 word-wrap: break-word;
14961 display: inline-block;
14961 } 14962 }
14962 .col-sm-smallMenu a.tab_menu:focus, .col-sm-smallMenu a.tab_menu:hover { 14963 .col-sm-smallMenu a.tab_menu:focus, .col-sm-smallMenu a.tab_menu:hover {
14963 transform: none !important; 14964 transform: none !important;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -391,6 +391,7 @@ ...@@ -391,6 +391,7 @@
391 .wp-block-file { 391 .wp-block-file {
392 a { 392 a {
393 word-wrap: break-word; 393 word-wrap: break-word;
394 display: inline-block;
394 } 395 }
395 } 396 }
396 397
......