Skip to content
Snippets Groups Projects
Verified Commit eed17041 authored by Dominic Meiser's avatar Dominic Meiser
Browse files

fix weird padding below icons

parent 868ca224
No related branches found
No related tags found
1 merge request!8Scrolling
......@@ -291,6 +291,11 @@ main {
}
}
// somehow there is some padding at the bottom with inline or block
label.option-border {
display: flex;
}
&:hover .option-border {
border-color: var(--accent2);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment