Skip to content

Commit df30271

Browse files
committed
Adaptation to support the entire page
1 parent ea417f2 commit df30271

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 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;}
@@ -600,12 +603,6 @@ div[id$='roleDisplay'] span.label, div[id$='roleDetails'] span.label {display:in
600603
#title {font-size:36px !important;line-height:1.1;font-weight:bold;margin-top:0px;margin-bottom:0px;}
601604
#author, #contact {display:block; margin-bottom:.5em;}
602605

603-
/* #11824 */
604-
table.metadata {
605-
word-break: normal;
606-
overflow-wrap: anywhere;
607-
}
608-
609606
/* #11053 */
610607
#publication span {
611608
margin: 0px 5px 0px 5px;

0 commit comments

Comments
 (0)