Skip to content

Commit

Permalink
fix: Logo resizing on page load (apache#19307)
Browse files Browse the repository at this point in the history
* fix resizing logo

* Refactor
  • Loading branch information
geido authored and philipher29 committed Jun 9, 2022
1 parent 7fa90c7 commit 2c3389d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions superset-frontend/src/assets/stylesheets/superset.less
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ td.filtered {
display: flex;
flex-direction: column;
justify-content: center;
display: none;
}

// Making native radio buttons use brand color
Expand Down
1 change: 0 additions & 1 deletion superset-frontend/src/views/components/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2c3389d

Please sign in to comment.