Second menu padding and ellipsis fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-09-07 14:51:26 +02:00
parent 0a67e0e2a8
commit a93bbae2b6
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 2 additions and 1 deletions

View File

@ -116,6 +116,7 @@ kbd {
> ul {
display: none;
flex: 1 0 100%;
padding-left: 44px;
> li {
display: inline-flex;
flex-wrap: wrap;
@ -131,7 +132,7 @@ kbd {
background-size: 16px 16px;
background-position: 14px center;
background-repeat: no-repeat;
display: inline-flex;
display: block;
justify-content: space-between;
width: 100%;
line-height: 44px;