Second menu padding and ellipsis fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
0a67e0e2a8
commit
a93bbae2b6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue