From 6940b7d828e553987c4e483f2fcf12a501fd5a8e Mon Sep 17 00:00:00 2001 From: Bruno Alves de Faria Date: Thu, 17 Nov 2016 20:15:14 -0200 Subject: [PATCH] LT-369: Reducing the assign label box width --- .../client/components/measureFlow/measureFlow.styl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Packages/ohif-measurements/client/components/measureFlow/measureFlow.styl b/Packages/ohif-measurements/client/components/measureFlow/measureFlow.styl index 450937923..57aea8fbd 100644 --- a/Packages/ohif-measurements/client/components/measureFlow/measureFlow.styl +++ b/Packages/ohif-measurements/client/components/measureFlow/measureFlow.styl @@ -37,7 +37,7 @@ // color: $themes['tide']['uiYellow'] !important .select-tree-root>.tree-content - width: 213px + width: 140px &>.tree-options position: relative @@ -136,17 +136,17 @@ padding-right: 6px right: auto left: 0 - width: 33.333333333333% + width: 180px &>.tree-content transform-origin(0% 50%) - width: 426px + width: 280px .select-tree-common .content - right: -100% + right: -180px &.started .select-tree-common .content - right: 6px + right: 46px &.interacted .select-tree-common .content animation-name: selectTreeCommonCloseRight