mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Center table cell content vertically
Adding .is-vcentered as an option for td and th elements that are part of a .table.
This commit is contained in:
committed by
Jeremy Thomas
parent
086bd1c66d
commit
c3531e4fcc
@@ -51,6 +51,8 @@ $table-striped-row-even-hover-background-color: $scheme-main-ter !default
|
||||
a,
|
||||
strong
|
||||
color: currentColor
|
||||
&.is-vcentered
|
||||
vertical-align: middle
|
||||
th
|
||||
color: $table-cell-heading-color
|
||||
&:not([align])
|
||||
|
||||
Reference in New Issue
Block a user