浏览代码

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

[FIX] Height on images in the table of media
Oskar Stark 9 年之前
父节点
当前提交
7b1d33c4a2
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {