From 312648cb05d891d62aa670b96e7ffc812265fe90 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 28 Apr 2024 02:44:34 +0300 Subject: [PATCH] Remove custom css applied to images inside paragraphs --- app/assets/stylesheets/common.scss | 5 ----- 1 file changed, 5 deletions(-) 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; } -- 2.39.5