Skip to content

Commit

Permalink
Add max-width: 100% to .entry img element for avoid overflow in d…
Browse files Browse the repository at this point in the history
…efault pc template.
  • Loading branch information
uzulla committed Mar 20, 2021
1 parent 83b3955 commit 1ad1652
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/templates/default/fc2_default_css_pc.php
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,10 @@
}
.p_area .entry_body table th { background-color: #EFEFEF; }

.entry img {
max-width: 100%;
}

/* =================================================
Sidemenu
================================================= */
Expand Down

0 comments on commit 1ad1652

Please sign in to comment.