mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix #1778
This commit is contained in:
parent
01addd1c10
commit
6ec42afb20
@ -16,6 +16,7 @@
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* #1778 Fix `is-text-right` precedence over `is-text-left-mobile`
|
||||
* #1571 Fix position of delete button on `.tag`
|
||||
* #1549 Implementing a simple version of the native sass percentage function
|
||||
* #1707 Disable table hover in `.content` by default
|
||||
|
File diff suppressed because it is too large
Load Diff
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
@ -52,6 +52,8 @@ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'rig
|
||||
@each $alignment, $text-align in $alignments
|
||||
.has-text-#{$alignment}
|
||||
text-align: #{$text-align} !important
|
||||
|
||||
@each $alignment, $text-align in $alignments
|
||||
+mobile
|
||||
.has-text-#{$alignment}-mobile
|
||||
text-align: #{$text-align} !important
|
||||
|
Loading…
Reference in New Issue
Block a user