mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix #2085
This commit is contained in:
parent
ceae8a675e
commit
3243ea546e
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
* #1964 Allow `.notification` to have a `.dropdown-item`
|
* #1964 Allow `.notification` to have a `.dropdown-item`
|
||||||
* #1999 Change `$border` to `$grey-lighter` in mixins
|
* #1999 Change `$border` to `$grey-lighter` in mixins
|
||||||
|
* #2085 `.media-content` will allow scrolling horizontally if the content is too wide
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
|
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
@ -42,3 +42,7 @@
|
|||||||
flex-grow: 1
|
flex-grow: 1
|
||||||
flex-shrink: 1
|
flex-shrink: 1
|
||||||
text-align: left
|
text-align: left
|
||||||
|
|
||||||
|
+mobile
|
||||||
|
.media-content
|
||||||
|
overflow-x: auto
|
||||||
|
Loading…
Reference in New Issue
Block a user