瀏覽代碼

avoid wrap on navigation

Maggie Cabrera 4 年之前
父節點
當前提交
d1eb0e557b
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;
 			display: flex;
 			align-items: center;
 			align-items: center;
 			justify-content: end;
 			justify-content: end;
+			white-space: nowrap;
 
 
 			#toggle {
 			#toggle {
 				&:checked + label{
 				&:checked + label{
@@ -106,6 +107,7 @@ $wpadmin-bar--height: 46px;
 				background: #{map-deep-get($config-global, "color", "background", "default") };
 				background: #{map-deep-get($config-global, "color", "background", "default") };
 				padding: (6 * $baseline-unit) (2 * $baseline-unit) $baseline-unit;
 				padding: (6 * $baseline-unit) (2 * $baseline-unit) $baseline-unit;
 				overflow-y: auto;
 				overflow-y: auto;
+				white-space: normal;
 			}
 			}
 
 
 			.woocommerce-menu-container {
 			.woocommerce-menu-container {