Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 1f14725

Browse files
committed
BUG: refs #0456. Fixes issue where the metadata flowed out of its div.
1 parent ad19919 commit 1f14725

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

core/public/css/item/item.view.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,21 @@ table#browseTable{
1313
display: table!important;
1414
}
1515

16-
table#metadataTable{
16+
table#metadataTable {
1717
display: table!important;
18+
width: 580px;
19+
table-layout: fixed;
20+
}
21+
22+
table#metadataTable th.elementHeader {
23+
width: 6em;
24+
}
25+
26+
table#metadataTable td {
27+
overflow: hidden;
28+
-o-text-overflow: ellipsis; /* Opera */
29+
text-overflow: ellipsis;
30+
white-space: nowrap;
1831
}
1932

2033
div.genericInfo {

0 commit comments

Comments
 (0)