Skip to content

Commit

Permalink
fix(ui): img overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankaima committed Oct 28, 2024
1 parent 8d6f5dc commit 4450300
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@ table .narrow {
}
@media screen and (min-width: 48em) {
.main-body img {
max-width: calc(100% - 29em);
max-width: calc(100% - 32em);
}
.main-body p {
max-width: calc(100% - 32em);
}
.logout {
max-width: 14em;
Expand Down

0 comments on commit 4450300

Please sign in to comment.