Browse Source

Remove fixed width for admin block on dashboard

The fixed width breaks the dashboard on smaller screen sizes, as it overlaps with any blocks that may be to the right of it.
Colin Frei 12 years ago
parent
commit
d0fcdd92c7
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Resources/public/css/layout.css

+ 0 - 4
Resources/public/css/layout.css

@@ -66,10 +66,6 @@
     margin-left: 0px;
     margin-left: 0px;
 }
 }
 
 
-.sonata-bc table.sonata-ba-list {
-    width: 500px;
-}
-
 .sonata-bc div.sonata-ba-field-inline-table input.title {
 .sonata-bc div.sonata-ba-field-inline-table input.title {
     width: 100px;
     width: 100px;
 }
 }