From 9192996df3a6d55ac0b29d7bd14442282c334dcc Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Sun, 12 Jun 2016 09:52:58 +0200 Subject: [PATCH] Fix main layout of the mouse action editor interface. --- src/components/popover/tab/mouse-tab.component.scss | 4 +--- src/components/popover/tab/mouse-tab.component.ts | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/popover/tab/mouse-tab.component.scss b/src/components/popover/tab/mouse-tab.component.scss index 91e2e139..d60b5585 100644 --- a/src/components/popover/tab/mouse-tab.component.scss +++ b/src/components/popover/tab/mouse-tab.component.scss @@ -2,7 +2,6 @@ display: flex; .mouse-action { - flex: 1; ul{ border-right: 1px solid #ccc; li { @@ -30,9 +29,8 @@ } .details { - flex: 2; .btn-placeholder { visibility: hidden; } } -} \ No newline at end of file +} diff --git a/src/components/popover/tab/mouse-tab.component.ts b/src/components/popover/tab/mouse-tab.component.ts index 68aee46b..1925e8fb 100644 --- a/src/components/popover/tab/mouse-tab.component.ts +++ b/src/components/popover/tab/mouse-tab.component.ts @@ -9,7 +9,7 @@ import {MouseAction, MouseActionParam} from '../../../../config-serializer/confi selector: 'mouse-tab', template: ` -
+
-
+