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;
}