fix footer menu white-sapce:nowrap
This commit is contained in:
@@ -2224,7 +2224,8 @@ footer {
|
|||||||
margin-bottom: 1em; }
|
margin-bottom: 1em; }
|
||||||
footer #block-footer ul {
|
footer #block-footer ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0; }
|
padding: 0;
|
||||||
|
white-space: nowrap; }
|
||||||
footer #block-footer ul li {
|
footer #block-footer ul li {
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
display: inline-block; }
|
display: inline-block; }
|
||||||
|
|||||||
@@ -1201,6 +1201,7 @@ footer{
|
|||||||
ul{
|
ul{
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
|
white-space: nowrap;
|
||||||
li{
|
li{
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
// @include oblique-list;
|
// @include oblique-list;
|
||||||
|
|||||||
Reference in New Issue
Block a user