Browse Source

Update styles.css

Fix image size in table and fix for loooooooooooong words in td
Denis 10 years ago
parent
commit
29f1585de3
1 changed files with 8 additions and 0 deletions
  1. 8 0
      Resources/public/css/styles.css

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

@@ -262,6 +262,14 @@ table.sonata-ba-list {
     font-size: 14px;
 }
 
+table.sonata-ba-list img {
+    max-width: 100%;
+}
+
+table.sonata-ba-list td {
+    overflow: auto;
+}
+
 td.sonata-ba-list-label {
     color: #565656;
     font-weight: bold;