Skip to content

Commit 94fa2fb

Browse files
authored
Merge pull request #11825 from Recherche-Data-Gouv/11824-long-metadata-values-break-the-table-layout
11824 long metadata values break the table layout
2 parents 56bf628 + df30271 commit 94fa2fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/webapp/resources/css/structure.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ html {
77
body {
88
/* Sticky footer Margin bottom by footer height */
99
margin-bottom:160px;
10+
/* #11824 */
11+
word-break: normal;
12+
overflow-wrap: anywhere;
1013
}
1114
body.widget-view {margin-bottom:44px;}
1215
body .ui-widget {font-size: inherit;}

0 commit comments

Comments
 (0)