Fix media content overflow
This commit is contained in:
parent
a78f026f69
commit
f17975d0ff
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue