Skip to content

Commit 7b67232

Browse files
committed
fix: prevent text wrapping in navigation links in settings layout
1 parent 1367661 commit 7b67232

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Layout/SettingsLayout/settings.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
font-size: 18px;
3434
cursor: pointer;
3535
text-decoration: none;
36+
white-space: nowrap;
3637
color: var(--horizontal-tabs-layout-text-color);
3738
}
3839
.horizontalTabsLayout .navigation .link.active {

0 commit comments

Comments
 (0)