mirror of
https://github.com/nasa/openmct.git
synced 2025-02-25 19:11:35 +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 {
|
.c-table {
|
||||||
// Can be used by any type of table, scrolling, LAD, etc.
|
// Can be used by any type of table, scrolling, LAD, etc.
|
||||||
$min-w: 50px;
|
$min-w: 50px;
|
||||||
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&__control-bar,
|
&__control-bar,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user