]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update changelog
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 18 May 2019 15:24:42 +0000 (16:24 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 18 May 2019 15:24:42 +0000 (16:24 +0100)
CHANGELOG.md
sass/elements/content.sass

index dc5f8a273a9cfd04b5e5c4b9821ca719f98ec633..ebfb499e21422017ef04a871b761841f42e0baa9 100644 (file)
@@ -33,6 +33,7 @@ $title-family: "Georgia", serif;
 * #2463 Remove duplicate `.has-addons` in `tag.sass`
 * #2253 Fix `$gap` variable default value
 * #2273 Fix #2258 -> Fix Indeterminate Progress Bar animation in Firefox
+* #2175 Proper aligning for `.tabs` within `.content`
 
 ### New variables
 
index 9b4d98145c65f0261741ebffbf003ea38f6a2f11..001419abd892ac4445b8d05a7107b57e27eb7a4c 100644 (file)
@@ -87,12 +87,11 @@ $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
@@ -146,7 +145,7 @@ $content-table-foot-cell-color: $text-strong !default
             border-bottom-width: 0
   .tabs
     li + li
-      margin-top: 0 
+      margin-top: 0
   // Sizes
   &.is-small
     font-size: $size-small