Merge pull request #11906 from kevin147147/patch-5

make scroll navigation items full width
This commit is contained in:
Morris Jobke 2018-10-23 19:54:37 +02:00 committed by GitHub
commit f18db1657c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ nav[role='navigation'] {
}
a {
position: relative;
width: 100%;
display: inline-flex;
padding: 10px 12px;
height: 40px;