@vitrosoftware/common-ui-ts 1.1.31 → 1.1.32
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.
|
@@ -607,10 +607,13 @@ div.TWMenuItemText {
|
|
|
607
607
|
color: #BDBDBD;
|
|
608
608
|
}
|
|
609
609
|
|
|
610
|
-
.TWCell .vitro-flex > div
|
|
610
|
+
.TWCell .vitro-flex > div,
|
|
611
|
+
.TWCell .vitro-flex > .vitro-icon {
|
|
611
612
|
margin-right: 4px;
|
|
612
613
|
font-size: 12px;
|
|
613
614
|
line-height: 24px;
|
|
615
|
+
width: 24px;
|
|
616
|
+
height: 24px;
|
|
614
617
|
}
|
|
615
618
|
|
|
616
619
|
.TWRowAbove {
|
package/dist/index.css
CHANGED
|
@@ -1024,6 +1024,13 @@
|
|
|
1024
1024
|
align-items: center;
|
|
1025
1025
|
justify-content: center;
|
|
1026
1026
|
flex: 1 1;
|
|
1027
|
+
overflow: hidden;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
._button_vitro-button_hVfBuSO div {
|
|
1031
|
+
text-overflow: ellipsis;
|
|
1032
|
+
white-space: nowrap;
|
|
1033
|
+
overflow: hidden;
|
|
1027
1034
|
}
|
|
1028
1035
|
|
|
1029
1036
|
._button_vitro-button_hVfBuSO:hover,
|
|
@@ -3920,6 +3927,7 @@ ul > li:last-child > ul > li:last-child ._sidebar-item_vitro-active_7p5iOhY {
|
|
|
3920
3927
|
line-height: 21px;
|
|
3921
3928
|
color: #4A556C;
|
|
3922
3929
|
flex-direction: column;
|
|
3930
|
+
overflow: hidden;
|
|
3923
3931
|
}
|
|
3924
3932
|
|
|
3925
3933
|
._alert_vitro-text_37Erxqj > strong {
|