Skip to content

Commit

Permalink
proper aligning for tabs (#2175)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
diomed authored and jgthms committed May 18, 2019
1 parent 187be36 commit facb143
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sass/elements/content.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit facb143

Please sign in to comment.