mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 00:23:54 +00:00
Fix bug introduced into .c-table
This commit is contained in:
parent
c0ce448dc3
commit
c688d19e15
@ -48,11 +48,15 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
div.c-table {
|
||||
// When c-table is used as a wrapper element in more complex table views
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.c-table {
|
||||
// Can be used by any type of table, scrolling, LAD, etc.
|
||||
$min-w: 50px;
|
||||
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
&__control-bar,
|
||||
|
Loading…
x
Reference in New Issue
Block a user