Преглед на файлове

:beetle: Specify parent

To prevent icons from getting img-fluid.
DricomDragon преди 1 година
родител
ревизия
ee21e7b2a8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/include/css/custom/main.css

+ 1 - 1
src/include/css/custom/main.css

@@ -150,7 +150,7 @@ table tbody + tbody {
     border-top: 2px solid #dee2e6;
 }
 
-.generated-body img { /* img-fluid */
+.generated-body p > img { /* img-fluid */
     max-width: 100%;
     height: auto;
 }