Slightly widen planner button on member detail lists
authorLaury GvR <laury@gaslightmedia.com>
Wed, 19 Dec 2018 21:59:52 +0000 (16:59 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 19 Dec 2018 21:59:52 +0000 (16:59 -0500)
css/app.css
scss/plugins/_glm-member-db.scss

index 63082aa..2402416 100644 (file)
@@ -7389,7 +7389,7 @@ body {
     width: 100%; }
   body #glm-member-detail-map-wrapper .memberSR {
     text-align: right;
-    max-width: 120px;
+    max-width: 145px;
     width: 100%; }
 
 body #glm-event-wrapper .glm-event-day-row {
index 55e4249..c062f0c 100644 (file)
@@ -347,7 +347,7 @@ width: 100%;
     }
     .memberSR {
         text-align: right;
-        max-width: 120px;
+        max-width: 145px;
         width: 100%;
     }
 }