UX: stop imgur/google photo mobile onebox overflow (#13738)

This commit is contained in:
Kris 2021-07-14 21:14:05 -04:00 committed by GitHub
parent ae33104702
commit 0109edb847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -672,7 +672,7 @@ aside.onebox.twitterstatus .onebox-body {
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
@include ellipsis;
max-width: 690px;
max-width: 100%;
padding: 5px 0;
.inner-box {