mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
fix(dashboard): align filter bar elements vertically in horizontal mode (#36036)
This commit is contained in:
committed by
GitHub
parent
4376476ec4
commit
d123249bd2
@@ -49,7 +49,9 @@ const LoaderWrapper = styled.div<{
|
||||
|
||||
&.inline-centered {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
&.floating {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user