We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0493e2d commit ae210d8Copy full SHA for ae210d8
app/assets/stylesheets/active_admin_sidebar/index.css
@@ -1,13 +1,19 @@
1
-
2
body.active_admin #active_admin_content.left_sidebar #sidebar{
3
margin-left:0;
4
}
5
6
body.active_admin #active_admin_content.left_sidebar .paginated_collection_contents{
7
- float:inherit;
8
- clear:none;
+ clear: none;
+ float: left;
+ width: 100%;
9
+}
10
+
11
+body.active_admin #active_admin_content.left_sidebar .blank_slate_container{
12
+ clear:none;
13
14
15
16
17
body.active_admin #active_admin_content.left_sidebar #main_content_wrapper{
18
float:inherit;
19
width:auto;
@@ -16,4 +22,4 @@ body.active_admin #active_admin_content.left_sidebar #main_content_wrapper{
22
23
body.active_admin #active_admin_content.left_sidebar #main_content_wrapper #main_content{
24
margin:0;
-}
25
0 commit comments