Skip to content
Snippets Groups Projects
Commit f4423da3 authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

set button width to 100%, fixes #858

parent 31f02cb4
No related branches found
No related tags found
No related merge requests found
...@@ -191,14 +191,14 @@ div#sidebar-navigation { ...@@ -191,14 +191,14 @@ div#sidebar-navigation {
} }
.link-form { .link-form {
display: inline-block;
button { button {
background: transparent; background: transparent;
border: 0; border: 0;
color: $base-color; color: $base-color;
margin: 0; margin: 0;
padding: 0; padding: 0;
text-align: left;
width: 100%;
&:hover { &:hover {
color: $active-color; color: $active-color;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment