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