Skip to content

Commit 684f92c

Browse files
Feature(Layout): Update the top navbar component using the new design
1 parent 775253f commit 684f92c

File tree

8 files changed

+19
-4
lines changed

8 files changed

+19
-4
lines changed

data/styles/base/custom/custom-utilities.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@
420420
///* CARET FOR DROPDOWN MENU */
421421
///* START */
422422
.dropdown-menu {
423+
min-width: 50px;
423424
box-shadow: none;
424425

425426
&.dropdown-caret {

data/styles/base/custom/mod_navbar.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
.dm-header {
8181
padding: 6px 10px;
8282
border-top: none;
83+
white-space: nowrap;
8384
}
8485
.dm-header:hover {
8586
background: none;
@@ -94,6 +95,9 @@
9495
padding: 6px 10px 6px 30px;
9596
}
9697
}
98+
label {
99+
white-space: nowrap;
100+
}
97101
.nav-icon-sm,.nav-icon-md,.nav-icon-lg {
98102
margin-left: 0;
99103
margin-right: 8px;

dist/css/main_style.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/main_style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/main_style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/main_style_dark.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/main_style_dark.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/main_style_dark.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)