Fleet UI: Align update text baseline with neighboring text (#25298)
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
|
||||
&__left-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: baseline;
|
||||
gap: $pad-small;
|
||||
|
||||
&--vertical {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
|
||||
&__results-count {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: baseline;
|
||||
font-size: $x-small;
|
||||
font-weight: $bold;
|
||||
color: $core-fleet-black;
|
||||
@@ -154,6 +154,10 @@
|
||||
height: 40px;
|
||||
gap: 12px;
|
||||
|
||||
> span {
|
||||
line-height: 40px; // Match other header components' height but still align text baseline
|
||||
}
|
||||
|
||||
.count-error {
|
||||
color: $ui-error;
|
||||
}
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
&__section-title-group {
|
||||
display: flex;
|
||||
gap: 0.75rem;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
&__section-title-detail {
|
||||
|
||||
Reference in New Issue
Block a user