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
This commit is contained in:
May Kittens Devour Your Soul 2019-05-18 17:20:42 +02:00 committed by Jeremy Thomas
parent 187be3694c
commit facb1439ce

View 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