mirror of
https://github.com/nasa/openmct.git
synced 2025-01-29 15:43:52 +00:00
- Fixed CSS which was causing the head to collapse when browser window is very small and Indicators running to multiple lines.
- Fixed CSS which was causing the height and alignment problems in the head.
This commit is contained in:
parent
e494bee1ff
commit
1e8e744b23
@ -215,7 +215,6 @@
|
||||
display: grid;
|
||||
grid-template-columns: min-content 1fr 3fr repeat(4, min-content);
|
||||
grid-column-gap: $interiorMargin;
|
||||
min-height: 34px;
|
||||
padding: $interiorMargin $interiorMargin + 2;
|
||||
|
||||
.l-shell__head__button {
|
||||
@ -263,13 +262,12 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
font-size: 11px;
|
||||
min-height: 24px;
|
||||
min-height: 25px;
|
||||
justify-content: flex-end;
|
||||
|
||||
.l-shell__head--indicators-single-line & {
|
||||
flex-wrap: nowrap;
|
||||
justify-content: flex-start; // Overflow detection doesn't work with flex-end.
|
||||
max-height: 24px;
|
||||
overflow: hidden;
|
||||
|
||||
> *:first-child {
|
||||
|
Loading…
x
Reference in New Issue
Block a user