@woosmap/ui 3.115.0 → 3.116.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -36,10 +36,11 @@
|
|
|
36
36
|
width 100%
|
|
37
37
|
min-width 0
|
|
38
38
|
.inline &
|
|
39
|
-
order
|
|
39
|
+
order 2
|
|
40
40
|
margin-right 1.2rem
|
|
41
41
|
margin-bottom 0
|
|
42
42
|
padding-right 0
|
|
43
|
+
max-width 18rem
|
|
43
44
|
&__subtitle
|
|
44
45
|
ellipsis()
|
|
45
46
|
font-size $fontSizeSmall
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
min-width 0
|
|
49
50
|
.inline &
|
|
50
51
|
order 3
|
|
52
|
+
width auto
|
|
51
53
|
margin-left auto
|
|
52
54
|
&__content
|
|
53
55
|
flexMiddle()
|
|
@@ -65,7 +67,7 @@
|
|
|
65
67
|
position unset
|
|
66
68
|
top unset
|
|
67
69
|
right unset
|
|
68
|
-
order
|
|
70
|
+
order 1
|
|
69
71
|
flex-shrink 0
|
|
70
72
|
margin-right 1.2rem
|
|
71
73
|
.tooltip
|