fix: Logo resizing on page load (#19307)
* fix resizing logo * Refactor
This commit is contained in:
parent
7ca10fb770
commit
d10a3d8bba
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue