This commit is contained in:
+2
-2
@@ -241,11 +241,11 @@ ul, li {
|
||||
.item-name-label-header-long { flex-grow: 2; max-width: 14rem; min-width: 14rem; }
|
||||
.item-name-label-header-long2 { flex-grow: 2; max-width: 24rem; min-width: 24rem; }
|
||||
.item-name-label { flex-grow: 2; max-width: 10rem; min-width: 10rem; }
|
||||
.item-name-label-long { margin-top: 4px; flex-grow: 2; max-width: 12rem; min-width: 12rem; }
|
||||
.item-name-label-long { margin-top: 4px; flex-grow: 2; max-width: 12rem; min-width: 12rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.item-name-label-short { margin-top: 4px; flex-grow: 1; max-width: 4rem; min-width: 4rem; }
|
||||
.item-name-label-medium { margin-top: 4px; flex-grow: 2; max-width: 6rem; min-width: 6rem; }
|
||||
.item-name-label-medium2 { margin-top: 4px; flex-grow: 0; max-width: 10rem; min-width: 10rem; }
|
||||
.item-name-label-free { margin-top: 4px; align-self: flex-start; }
|
||||
.item-name-label-free { margin-top: 4px; align-self: flex-start; max-width: 10rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.item-name-label-long2 { margin-top: 4px; flex-grow: 2; max-width: 22rem; min-width: 22rem; }
|
||||
.item-name-label-level2 { flex-grow: 2; max-width: 9rem; min-width: 9rem; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user