fix(dashboard): align filter bar elements vertically in horizontal mode (#36036)

This commit is contained in:
Richard Fogaca Nienkotter
2025-11-11 05:48:25 -03:00
committed by GitHub
parent 4376476ec4
commit d123249bd2
4 changed files with 20 additions and 5 deletions

View File

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