fix footer menu white-sapce:nowrap

This commit is contained in:
Bachir Soussi Chiadmi
2018-04-12 22:43:17 +02:00
parent e9a00903a9
commit 97ec3584d8
2 changed files with 3 additions and 1 deletions
@@ -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;