Explorar el Código

Merge pull request #3667 from Th3Mouk/fix-height-table-img

[FIX] Height on images in the table of media
Oskar Stark hace 9 años
padre
commit
7b1d33c4a2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Resources/public/css/styles.css

+ 1 - 0
Resources/public/css/styles.css

@@ -264,6 +264,7 @@ table.sonata-ba-list {
 
 table.sonata-ba-list img {
     max-width: 100%;
+    height: auto;
 }
 
 table.sonata-ba-list td {