style: reduce space between user name and logout button (#29345)

This commit is contained in:
Frédéric Péters 2018-12-24 18:40:09 +01:00
parent 9d46f07e0d
commit 61438eb177
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ ul.user-info {
margin-left: 1em;
}
.ui-logout {
padding-left: 1rem;
padding-left: 0;
font-size: 150%;
a {
display: block;