diff options
| author | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2022-04-02 16:34:36 +0200 |
|---|---|---|
| committer | Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> | 2022-04-02 16:34:36 +0200 |
| commit | 950ef366fee28f59e1b67c3d42d3d6bd46af3f97 (patch) | |
| tree | ebf7e5552a572aa2e3ad83fa8a7fba17b7e4e6b7 | |
| parent | 0468573d93439695efaaab95d182c90702ac551c (diff) | |
set button width to 100%, fixes #858
| -rw-r--r-- | resources/assets/stylesheets/scss/sidebar.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/assets/stylesheets/scss/sidebar.scss b/resources/assets/stylesheets/scss/sidebar.scss index d6e5897..4f96cb8 100644 --- a/resources/assets/stylesheets/scss/sidebar.scss +++ b/resources/assets/stylesheets/scss/sidebar.scss @@ -191,14 +191,14 @@ div#sidebar-navigation { } .link-form { - display: inline-block; - button { background: transparent; border: 0; color: $base-color; margin: 0; padding: 0; + text-align: left; + width: 100%; &:hover { color: $active-color; |
