Fleet UI: Align update text baseline with neighboring text (#25298)

This commit is contained in:
RachelElysia
2025-01-09 15:01:09 -05:00
committed by GitHub
parent 863a37a3e5
commit f15e45ea26
3 changed files with 8 additions and 2 deletions
@@ -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 {