mirror of
https://github.com/apache/superset.git
synced 2026-04-16 14:45:21 +00:00
fix: Logo resizing on page load (#19307)
* fix resizing logo * Refactor
This commit is contained in:
@@ -545,6 +545,7 @@ td.filtered {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Making native radio buttons use brand color
|
||||
|
||||
@@ -103,7 +103,6 @@ const StyledHeader = styled.header`
|
||||
theme.gridUnit * 4
|
||||
}px`};
|
||||
max-width: ${({ theme }) => `${theme.gridUnit * 37}px`};
|
||||
|
||||
img {
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
|
||||
Reference in New Issue
Block a user