mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 13:04:29 -07:00
Fix th and td selectors that override the attribute 'align'
This commit is contained in:
@@ -126,7 +126,8 @@ pre
|
||||
table
|
||||
td,
|
||||
th
|
||||
text-align: left
|
||||
vertical-align: top
|
||||
&:not([align])
|
||||
text-align: left
|
||||
th
|
||||
color: $text-strong
|
||||
|
||||
@@ -81,4 +81,5 @@ table
|
||||
td,
|
||||
th
|
||||
padding: 0
|
||||
text-align: left
|
||||
&:not([align])
|
||||
text-align: left
|
||||
|
||||
Reference in New Issue
Block a user