Skip to content

Commit

Permalink
Merge pull request #77 from wri/fix/submenu-item-width
Browse files Browse the repository at this point in the history
fix submenupanel style, add width 100% to item
  • Loading branch information
wri7tno committed Jul 28, 2023
2 parents 5174049 + 62f914e commit 3f62564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/header/components/submenu-panel/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ export const SubmenuWrapper = styled.div`
text-transform: none;
padding-right: 0;
padding-left: 0;
width: 100%;
> .info-icon {
display: none;
Expand Down

0 comments on commit 3f62564

Please sign in to comment.