]> git.openstreetmap.org Git - rails.git/commitdiff
Remove custom css applied to images inside paragraphs
authorAnton Khorev <tony29@yandex.ru>
Sat, 27 Apr 2024 23:44:34 +0000 (02:44 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 27 Apr 2024 23:44:34 +0000 (02:44 +0300)
app/assets/stylesheets/common.scss

index c0f6c367c85271d2dc615f0c761bd346de3fa24c..7871e8a41ab3f1c67fcb934194347fae8596d883 100644 (file)
@@ -10,11 +10,6 @@ body {
   font-size: $typeheight;
 }
 
-p > img {
-  width: auto;
-  max-width: 100%;
-}
-
 time[title] {
   text-decoration: underline dotted;
 }