Skip to content

Commit

Permalink
fix gap on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikk15 committed Jul 5, 2023
1 parent 00094ea commit bb40346
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/react-components/layout/Toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
z-index: -1;

@media (max-width: theme.$breakpoint-lg) {
width: unset;
width: 100%;
position: relative;
justify-content: space-around;
gap: unset;
}
}
2 changes: 1 addition & 1 deletion src/react-components/ui-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ class UIRoot extends Component {
(this.props.breakpoint === "sm" || this.props.breakpoint === "md") &&
isLockedDownDemo && {
id: "see-plans",
label: <FormattedMessage id="more-menu.see-plans-cta" defaultMessage={"See Plans"} />,
label: <FormattedMessage id="more-menu.see-plans-cta" defaultMessage="See Plans" />,
icon: { src: hubsLogo, alt: "Logo" },
href: "https://hubs.mozilla.com/#subscribe"
}
Expand Down

0 comments on commit bb40346

Please sign in to comment.