Skip to content

Commit

Permalink
Merge pull request #199 from pavinduLakshan/add_header_brand_min_width
Browse files Browse the repository at this point in the history
fix(react): add minimum width to brand element in header component
  • Loading branch information
pavinduLakshan authored Dec 14, 2023
2 parents da27d49 + 39d71c8 commit adb2102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/Header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
width: calc(var(--oxygen-customComponents-Navbar-properties-width) - 77px);
text-decoration: none;
color: inherit;
min-width: 230px;

&-logo {
height: 40px;
Expand Down

0 comments on commit adb2102

Please sign in to comment.