From 545525074b5d8c7465651f48c0e470f7498dfec5 Mon Sep 17 00:00:00 2001 From: Julian Wendling <xdeavenx@gmail.com> Date: Tue, 9 Nov 2021 18:38:58 +0900 Subject: [PATCH] REMOVE Styling for search input width based on this https://lab.it.hs-hannover.de/elc/moodle/-/issues/88\#note_23157 --- style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/style.css b/style.css index 9c928af..dcf6e57 100644 --- a/style.css +++ b/style.css @@ -23,10 +23,4 @@ h5::before { content: "\f002" !important; } -} - -#hshcourselistsearch { - width: 97% !important; - display: inline-block; - margin-right: 3px; } \ No newline at end of file -- GitLab