Fix media content overflow

This commit is contained in:
Jeremy Thomas 2017-11-07 14:04:53 +00:00
parent a78f026f69
commit f17975d0ff
2 changed files with 2 additions and 0 deletions

View File

@ -5920,6 +5920,7 @@ a.dropdown-item.is-active {
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
overflow: auto;
text-align: left;
}

View File

@ -41,4 +41,5 @@
flex-basis: auto
flex-grow: 1
flex-shrink: 1
overflow: auto
text-align: left