浏览代码

AltoFocus: Fix sub-menu menu-item widths

Allan Cole 7 年之前
父节点
当前提交
f60f96e001
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      altofocus/assets/js/navigation.js
  2. 1 0
      altofocus/style.css

+ 1 - 1
altofocus/assets/js/navigation.js

@@ -65,7 +65,7 @@
 			// jscs:enable
 
 			// Update screen reader text
-			screenReaderSpan.text( altoFocusScreenReaderText.text() === altoFocusScreenReaderText.expand ? altoFocusScreenReaderText.collapse : altoFocusScreenReaderText.expand );
+			screenReaderSpan.text( screenReaderSpan.text() === altoFocusScreenReaderText.expand ? altoFocusScreenReaderText.collapse : altoFocusScreenReaderText.expand );
 
 		} );
 

+ 1 - 0
altofocus/style.css

@@ -1763,6 +1763,7 @@ table th, table td {
     padding: 0;
     position: relative;
     text-align: left;
+    width: 100%;
     z-index: 1;
   }
   .top-navigation div > ul > li {