mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix #1778
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
|
* #1778 Fix `is-text-right` precedence over `is-text-left-mobile`
|
||||||
* #1571 Fix position of delete button on `.tag`
|
* #1571 Fix position of delete button on `.tag`
|
||||||
* #1549 Implementing a simple version of the native sass percentage function
|
* #1549 Implementing a simple version of the native sass percentage function
|
||||||
* #1707 Disable table hover in `.content` by default
|
* #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
|
@each $alignment, $text-align in $alignments
|
||||||
.has-text-#{$alignment}
|
.has-text-#{$alignment}
|
||||||
text-align: #{$text-align} !important
|
text-align: #{$text-align} !important
|
||||||
|
|
||||||
|
@each $alignment, $text-align in $alignments
|
||||||
+mobile
|
+mobile
|
||||||
.has-text-#{$alignment}-mobile
|
.has-text-#{$alignment}-mobile
|
||||||
text-align: #{$text-align} !important
|
text-align: #{$text-align} !important
|
||||||
|
|||||||
Reference in New Issue
Block a user