mirror of
https://github.com/apache/superset.git
synced 2026-06-06 08:09:14 +00:00
logo gets the vertically-centered flexbox treatment in jinja template (#10281)
This commit is contained in:
@@ -552,3 +552,11 @@ td.filtered {
|
||||
.select2-container-multi {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
// Remove this when the jinja menu/navbar is replaced with react.
|
||||
// This style already exists in that view
|
||||
.navbar-brand {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user