Avenza sidebar links are now inline-block for better wrapping on medium
authorLaury GvR <laury@gaslightmedia.com>
Wed, 10 Apr 2019 19:06:59 +0000 (15:06 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 10 Apr 2019 19:06:59 +0000 (15:06 -0400)
css/app.css
scss/plugins/_glm-member-db.scss

index 50af201..1254417 100644 (file)
@@ -8215,7 +8215,7 @@ h3#ship-to-different-address {
         display: none; } }
     #page-wrapper #glm-member-detail-side-wrapper #glm-member-detail-avenza-section-bottom a {
       margin-bottom: 5px;
-      display: block; }
+      display: inline-block; }
 #page-wrapper #glm-member-detail-avenza-section-mobile {
   clear: both;
   display: block;
index 0444c86..904cb12 100644 (file)
@@ -78,7 +78,7 @@
             font-size: 16px;
             a {
                 margin-bottom: 5px;
-                display: block;
+                display: inline-block;
             }
         }
     }