LT-369: Reducing the assign label box width
This commit is contained in:
parent
bcbd1a4465
commit
6940b7d828
@ -37,7 +37,7 @@
|
|||||||
// color: $themes['tide']['uiYellow'] !important
|
// color: $themes['tide']['uiYellow'] !important
|
||||||
|
|
||||||
.select-tree-root>.tree-content
|
.select-tree-root>.tree-content
|
||||||
width: 213px
|
width: 140px
|
||||||
|
|
||||||
&>.tree-options
|
&>.tree-options
|
||||||
position: relative
|
position: relative
|
||||||
@ -136,17 +136,17 @@
|
|||||||
padding-right: 6px
|
padding-right: 6px
|
||||||
right: auto
|
right: auto
|
||||||
left: 0
|
left: 0
|
||||||
width: 33.333333333333%
|
width: 180px
|
||||||
|
|
||||||
&>.tree-content
|
&>.tree-content
|
||||||
transform-origin(0% 50%)
|
transform-origin(0% 50%)
|
||||||
width: 426px
|
width: 280px
|
||||||
|
|
||||||
.select-tree-common .content
|
.select-tree-common .content
|
||||||
right: -100%
|
right: -180px
|
||||||
|
|
||||||
&.started .select-tree-common .content
|
&.started .select-tree-common .content
|
||||||
right: 6px
|
right: 46px
|
||||||
|
|
||||||
&.interacted .select-tree-common .content
|
&.interacted .select-tree-common .content
|
||||||
animation-name: selectTreeCommonCloseRight
|
animation-name: selectTreeCommonCloseRight
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user