From c5368b49aa5d8e04e37d46adbdd74f64519a1f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Deutschl=C3=A4nder?= Date: Wed, 4 Jan 2017 13:33:05 +0100 Subject: [PATCH] debug page tools in admin view --- css/base_structure.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/base_structure.less b/css/base_structure.less index 5f3556a..0f71ed0 100755 --- a/css/base_structure.less +++ b/css/base_structure.less @@ -131,6 +131,7 @@ .content { .row > .col-xs-12 { width: 100%; + position: relative; background-color: #fff; } } @@ -139,7 +140,6 @@ .content { .row > .col-xs-12 { width: 73%; - position: relative; float: right; } }