From 7a4abd90f07f995f8397eb2fd9bb14eb1bdd8659 Mon Sep 17 00:00:00 2001 From: sgiehl <stefan@piwik.org> Date: Mon, 11 Apr 2016 22:11:13 +0200 Subject: [PATCH] Fixes misplaced inline help texts --- plugins/Morpheus/stylesheets/general/_form.less | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Morpheus/stylesheets/general/_form.less b/plugins/Morpheus/stylesheets/general/_form.less index 2adf9630e6..ebd56acbb3 100644 --- a/plugins/Morpheus/stylesheets/general/_form.less +++ b/plugins/Morpheus/stylesheets/general/_form.less @@ -55,6 +55,7 @@ .entityInlineHelp { color: #9B9B9B; margin-top: 5px; + clear: both; } table.entityTable { -- GitLab