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:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/ui': patch
|
||||
---
|
||||
|
||||
Add missing class for flex: baseline
|
||||
@@ -8797,6 +8797,10 @@
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
.bui-align-baseline {
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.bui-align-stretch {
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
@@ -10,6 +10,10 @@
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
.bui-align-baseline {
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.bui-align-stretch {
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user