Fix media components being cropped
This commit is contained in:
parent
6272dc1136
commit
6db7f94284
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
@ -34,6 +33,7 @@
|
||||||
|
|
||||||
.status__content__text,
|
.status__content__text,
|
||||||
.e-content {
|
.e-content {
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
& > ul,
|
& > ul,
|
||||||
& > ol {
|
& > ol {
|
||||||
|
|
Loading…
Reference in a new issue