7330308e by Jeremy Groot

fix to files

1 parent fe9e3a5c
......@@ -14958,6 +14958,7 @@ article > h5 {
}
.wp-block-file a {
word-wrap: break-word;
display: inline-block;
}
.col-sm-smallMenu a.tab_menu:focus, .col-sm-smallMenu a.tab_menu:hover {
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 @@
.wp-block-file {
a {
word-wrap: break-word;
display: inline-block;
}
}
......