ui: add bui-align-baseline class implied by Flex component

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2025-08-28 17:31:12 +01:00
parent 210406dfc0
commit 730793028f
3 changed files with 13 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/ui': patch
---
Add missing class for flex: baseline
+4
View File
@@ -8797,6 +8797,10 @@
align-items: end;
}
.bui-align-baseline {
align-items: baseline;
}
.bui-align-stretch {
align-items: stretch;
}
+4
View File
@@ -10,6 +10,10 @@
align-items: end;
}
.bui-align-baseline {
align-items: baseline;
}
.bui-align-stretch {
align-items: stretch;
}