mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 13:04:29 -07:00
Fix media content overflow
This commit is contained in:
@@ -5920,6 +5920,7 @@ a.dropdown-item.is-active {
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
-ms-flex-negative: 1;
|
-ms-flex-negative: 1;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
|
overflow: auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -41,4 +41,5 @@
|
|||||||
flex-basis: auto
|
flex-basis: auto
|
||||||
flex-grow: 1
|
flex-grow: 1
|
||||||
flex-shrink: 1
|
flex-shrink: 1
|
||||||
|
overflow: auto
|
||||||
text-align: left
|
text-align: left
|
||||||
|
|||||||
Reference in New Issue
Block a user