From facb1439cedb265bade9477b1fc1aef1034b93b9 Mon Sep 17 00:00:00 2001 From: May Kittens Devour Your Soul Date: Sat, 18 May 2019 17:20:42 +0200 Subject: [PATCH] proper aligning for tabs (#2175) * 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sass/elements/content.sass b/sass/elements/content.sass index d6ad11d6c1..9b4d98145c 100644 --- a/sass/elements/content.sass +++ b/sass/elements/content.sass @@ -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