mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-18 04:43:24 +00:00
Fix media components being cropped
This commit is contained in:
parent
318362758b
commit
18c07738a6
|
@ -11,7 +11,6 @@
|
|||
font-weight: 400;
|
||||
overflow: visible;
|
||||
padding-top: 5px;
|
||||
overflow: hidden;
|
||||
|
||||
&:focus {
|
||||
outline: 0;
|
||||
|
@ -34,6 +33,7 @@
|
|||
|
||||
.status__content__text,
|
||||
.e-content {
|
||||
overflow: hidden;
|
||||
|
||||
& > ul,
|
||||
& > ol {
|
||||
|
|
Loading…
Reference in a new issue