Bug 30405: Reduce font-size for address in patron search result
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 8 Apr 2022 08:22:05 +0000 (10:22 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 25 Apr 2022 20:00:22 +0000 (10:00 -1000)
The address has a font-size: 110%, it's not needed here, 100% is enough.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss

index 61e41e4..2f84696 100644 (file)
@@ -3994,6 +3994,10 @@ input.renew {
     #filters {
         display: none;
     }
+
+    .address {
+        font-size: 100%;
+    }
 }
 
 #fixedlengthbuilderaction {