From ceb9783597142bfcf385583ec203e2d87bc0f180 Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Mon, 20 Mar 2017 15:29:43 +0100 Subject: [PATCH] SPR-905: Plug-In TabInclude Styling - following elements --- css/plugins/edittable.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/css/plugins/edittable.less b/css/plugins/edittable.less index 178d3a8..42731b2 100644 --- a/css/plugins/edittable.less +++ b/css/plugins/edittable.less @@ -17,6 +17,13 @@ margin-top: 0; } } + + + * { + clear: left; + } + + + div.editbutton_table { + clear: none; + } } } -