Commit 55173a22e12153e099e51dad5e5f814715247b66
1 parent
e46b9491
Exists in
master
and in
2 other branches
menu width adjustment
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
@@ -320,7 +320,7 @@ | @@ -320,7 +320,7 @@ | ||
320 | .navbar-collapse{ | 320 | .navbar-collapse{ |
321 | background: #EDEDEE; | 321 | background: #EDEDEE; |
322 | color: #000000; | 322 | color: #000000; |
323 | - width: 40%!important; | 323 | + width: 100%!important; |
324 | position: absolute; | 324 | position: absolute; |
325 | z-index: 5; | 325 | z-index: 5; |
326 | } | 326 | } |