mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
Set table to fixed layout and ellipted overflowing cells (#6453)
This commit is contained in:
parent
270a3d4f49
commit
3714958627
@ -199,8 +199,11 @@ div.c-table {
|
||||
}
|
||||
|
||||
.c-lad-table {
|
||||
table-layout: fixed;
|
||||
th, td {
|
||||
width: 33%; // Needed to prevent size jumping as values dynamically update
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
td {
|
||||
|
Loading…
x
Reference in New Issue
Block a user