Skip to content

Commit b3a4c4f

Browse files
committed
allows carriage return of long strings in dataset metadata
1 parent 27dabe2 commit b3a4c4f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,11 @@ div[id$='roleDisplay'] span.label, div[id$='roleDetails'] span.label {display:in
600600
#title {font-size:36px !important;line-height:1.1;font-weight:bold;margin-top:0px;margin-bottom:0px;}
601601
#author, #contact {display:block; margin-bottom:.5em;}
602602

603+
table.metadata {
604+
word-break: normal;
605+
overflow-wrap: anywhere;
606+
}
607+
603608
/* #11053 */
604609
#publication span {
605610
margin: 0px 5px 0px 5px;

0 commit comments

Comments
 (0)