Browse Source

avoid wrap on navigation

Maggie Cabrera 4 years ago
parent
commit
d1eb0e557b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      varia/sass/components/header/_site-mobile-nav-side.scss

+ 2 - 0
varia/sass/components/header/_site-mobile-nav-side.scss

@@ -60,6 +60,7 @@ $wpadmin-bar--height: 46px;
 			display: flex;
 			align-items: center;
 			justify-content: end;
+			white-space: nowrap;
 
 			#toggle {
 				&:checked + label{
@@ -106,6 +107,7 @@ $wpadmin-bar--height: 46px;
 				background: #{map-deep-get($config-global, "color", "background", "default") };
 				padding: (6 * $baseline-unit) (2 * $baseline-unit) $baseline-unit;
 				overflow-y: auto;
+				white-space: normal;
 			}
 
 			.woocommerce-menu-container {