make scroll navigation items full width
This commit is contained in:
parent
302a5d8171
commit
ac8f4effa7
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ nav[role='navigation'] {
|
|||
}
|
||||
a {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
display: inline-flex;
|
||||
padding: 10px 12px;
|
||||
height: 40px;
|
||||
|
|
Loading…
Reference in a new issue