fix divider size in menu

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
This commit is contained in:
Jérémie Drouet 2020-05-26 13:18:04 +02:00 committed by GitHub
parent dcaf916b9f
commit 1ba7ce7b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ input:checked+.slider:before {
.divider {
height: 1px;
margin: 9px 35px;
margin: 9px 29px;
overflow: hidden;
background-color: #077CBC;
}