Commit f902ae63157c31207d8bfecfe52998d49a02a9d4

Authored by Sergio Oliveira
1 parent 6f468f3b

Small fix on user menu

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/static/css/screen.css
@@ -25,7 +25,7 @@ li hr { @@ -25,7 +25,7 @@ li hr {
25 } 25 }
26 26
27 #user-menu .wrapper { 27 #user-menu .wrapper {
28 - padding: 10px; 28 + padding: 3px 10px;
29 white-space: nowrap; 29 white-space: nowrap;
30 } 30 }
31 31