From: Anton Khorev Date: Sat, 27 Apr 2024 23:44:34 +0000 (+0300) Subject: Remove custom css applied to images inside paragraphs X-Git-Tag: live~575^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/312648cb05d891d62aa670b96e7ffc812265fe90?ds=sidebyside;hp=-c Remove custom css applied to images inside paragraphs --- 312648cb05d891d62aa670b96e7ffc812265fe90 diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index c0f6c367c..7871e8a41 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -10,11 +10,6 @@ body { font-size: $typeheight; } -p > img { - width: auto; - max-width: 100%; -} - time[title] { text-decoration: underline dotted; }