fix(destinations): don't let images fill the screen

This commit is contained in:
Shreyas Mayya 2022-04-11 15:55:04 -04:00
parent 50295ebc26
commit 575f71514e
No known key found for this signature in database
GPG Key ID: 42522E3641BA2E31

View File

@ -102,3 +102,11 @@ small#count {
float: right; float: right;
text-align: right; text-align: right;
} }
img {
width: 100%;
}
td {
overflow-wrap: break-word;
}