From 950ef366fee28f59e1b67c3d42d3d6bd46af3f97 Mon Sep 17 00:00:00 2001 From: Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> Date: Sat, 2 Apr 2022 16:34:36 +0200 Subject: [PATCH] set button width to 100%, fixes #858 --- resources/assets/stylesheets/scss/sidebar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/stylesheets/scss/sidebar.scss b/resources/assets/stylesheets/scss/sidebar.scss index d6e58974056..4f96cb81627 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; -- GitLab