Skip to content

Commit

Permalink
services: tertiary nav is not longer problematic on mobile
Browse files Browse the repository at this point in the history
Revert custom styling.
  • Loading branch information
KKoukiou authored and martinpitt committed Jul 21, 2020
1 parent ce218db commit 09b2cb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/systemd/services/service-tabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export function ServiceTabs({ onChange, activeTab, tabErrors }) {

return (
<Nav variant="tertiary" id="services-filter"
className="ct-m-nav__tertiary-wrap ct-m-nav__tertiary-center"
onSelect={result => { setActiveItem(result.itemId); onChange(result.itemId) }}>
<NavList>
{Object.keys(service_tabs_suffixes).map(key => {
Expand Down

0 comments on commit 09b2cb6

Please sign in to comment.