mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix media content overflow
This commit is contained in:
parent
a78f026f69
commit
f17975d0ff
@ -5920,6 +5920,7 @@ a.dropdown-item.is-active {
|
||||
flex-grow: 1;
|
||||
-ms-flex-negative: 1;
|
||||
flex-shrink: 1;
|
||||
overflow: auto;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
@ -41,4 +41,5 @@
|
||||
flex-basis: auto
|
||||
flex-grow: 1
|
||||
flex-shrink: 1
|
||||
overflow: auto
|
||||
text-align: left
|
||||
|
Loading…
Reference in New Issue
Block a user