]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
proper aligning for tabs (#2175)
authorMay Kittens Devour Your Soul <yoshimitsu002@gmail.com>
Sat, 18 May 2019 15:20:42 +0000 (17:20 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 18 May 2019 15:20:42 +0000 (16:20 +0100)
* adds baseline to tabs ul

[x] fix for #2172

* Update tabs.sass

* Update content.sass

* Update content.sass

* Update content.sass

* Update content.sass

* Update content.sass

sass/elements/content.sass

index d6ad11d6c1f6cf8bbdf06e0ccca8cfcd04990355..9b4d98145c65f0261741ebffbf003ea38f6a2f11 100644 (file)
@@ -87,11 +87,12 @@ $content-table-foot-cell-color: $text-strong !default
     list-style: disc outside
     margin-left: 2em
     margin-top: 1em
+    
     ul
       list-style-type: circle
       margin-top: 0.5em
       ul
-        list-style-type: square
+        list-style-type: square    
   dd
     margin-left: 2em
   figure
@@ -143,6 +144,9 @@ $content-table-foot-cell-color: $text-strong !default
           td,
           th
             border-bottom-width: 0
+  .tabs
+    li + li
+      margin-top: 0 
   // Sizes
   &.is-small
     font-size: $size-small