Skip to content

Commit b6b182d

Browse files
committed
fix: adjust navigation layout for better responsiveness on smaller screens
1 parent d2a63bb commit b6b182d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/Layout/SettingsLayout/settings.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
flex-direction: row;
5252
height: 48px;
5353
padding: 0;
54+
width: auto;
55+
overflow-x: auto;
5456
}
5557
.horizontalTabsLayout .navigation .link.active {
5658
border-right: none;

0 commit comments

Comments
 (0)