ca-components 1.2.16 → 1.2.17
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.
|
@@ -1134,6 +1134,9 @@
|
|
|
1134
1134
|
font-weight: 400;
|
|
1135
1135
|
color: $ta-light-grey-6;
|
|
1136
1136
|
transition: all 0.3s ease-in-out;
|
|
1137
|
+
white-space: nowrap;
|
|
1138
|
+
overflow: hidden;
|
|
1139
|
+
text-overflow: ellipsis;
|
|
1137
1140
|
|
|
1138
1141
|
&.active {
|
|
1139
1142
|
font-weight: 700;
|
|
@@ -1221,6 +1224,10 @@
|
|
|
1221
1224
|
|
|
1222
1225
|
&.selected-option {
|
|
1223
1226
|
padding: 0px 4px;
|
|
1227
|
+
|
|
1228
|
+
.dropdown-subgroup-additional-text{
|
|
1229
|
+
padding-right: 40px !important;
|
|
1230
|
+
}
|
|
1224
1231
|
}
|
|
1225
1232
|
|
|
1226
1233
|
&:hover {
|
|
@@ -1250,6 +1257,9 @@
|
|
|
1250
1257
|
|
|
1251
1258
|
display: block;
|
|
1252
1259
|
width: 100%;
|
|
1260
|
+
white-space: nowrap;
|
|
1261
|
+
overflow: hidden;
|
|
1262
|
+
text-overflow: ellipsis;
|
|
1253
1263
|
|
|
1254
1264
|
// Higlight text
|
|
1255
1265
|
.highlight-text-45632 {
|