Ticket #45866: 45866.2.patch
File 45866.2.patch, 1.2 KB (added by , 5 years ago) |
---|
-
src/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss
205 205 line-height: $font__line-height-heading; 206 206 text-shadow: none; 207 207 padding: calc( .5 * #{$size__spacing-unit} ) calc( 24px + #{$size__spacing-unit} ) calc( .5 * #{$size__spacing-unit} ) $size__spacing-unit; 208 white-space: nowrap;208 max-width: #{20 * $size__spacing-unit}; 209 209 210 210 &:hover, 211 211 &:focus { -
src/wp-content/themes/twentynineteen/style.css
2959 2959 line-height: 1.2; 2960 2960 text-shadow: none; 2961 2961 padding: calc( .5 * 1rem) calc( 24px + 1rem) calc( .5 * 1rem) 1rem; 2962 white-space: nowrap;2962 max-width: 20rem; 2963 2963 } 2964 2964 2965 2965 .main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus,