Skip to content

Commit

Permalink
fix(menu): ensure logo does not exceed width of the header
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaDTH authored and AntonLantukh committed Feb 22, 2024
1 parent aef1415 commit ea4af42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui-react/src/components/Logo/Logo.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

.logo {
width: auto;
max-width: 100%;
max-height: variables.$header-height - 10px;
vertical-align: middle;
cursor: pointer;
Expand Down

0 comments on commit ea4af42

Please sign in to comment.