Bug 21802: Align fieldset with accordion headers when editing notice's template
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sun, 16 Dec 2018 15:58:14 +0000 (12:58 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 2 Jan 2019 20:54:38 +0000 (20:54 +0000)
Test plan:
Regenerate the css using `yarn css`
Edit a notice's template and confirm that the fieldsets are aligned with
the accordion headers

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss

index dc72a32..2bd4df8 100644 (file)
@@ -1006,7 +1006,7 @@ fieldset {
             border-top-right-radius: 0;
             margin: 0;
             padding: 0;
-            width: auto;
+            width: 100%;
 
             table {
                 margin: 0;