@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.
@@ -58,6 +58,7 @@
58
58
  line-height: 21px;
59
59
  color: #4A556C;
60
60
  flex-direction: column;
61
+ overflow: hidden;
61
62
  }
62
63
 
63
64
  .vitro-text > strong {
@@ -22,6 +22,13 @@
22
22
  align-items: center;
23
23
  justify-content: center;
24
24
  flex: 1 1;
25
+ overflow: hidden;
26
+ }
27
+
28
+ .vitro-button div {
29
+ text-overflow: ellipsis;
30
+ white-space: nowrap;
31
+ overflow: hidden;
25
32
  }
26
33
 
27
34
  .vitro-button:hover,
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitrosoftware/common-ui-ts",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "description": "vitro software common ui ts",
5
5
  "author": "",
6
6
  "license": "MIT",