sccoreui 6.3.85 → 6.3.87
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/dist/App.scss +9 -1
- package/dist/assets/sccoreui.css +1 -1
- package/package.json +1 -1
package/dist/App.scss
CHANGED
|
@@ -817,7 +817,7 @@ div:has(ul.date_filter) .p-datepicker-footer {
|
|
|
817
817
|
|
|
818
818
|
.p-multiselect-panel {
|
|
819
819
|
.p-multiselect-items {
|
|
820
|
-
padding:
|
|
820
|
+
padding: 4px;
|
|
821
821
|
min-width: 140px !important;
|
|
822
822
|
}
|
|
823
823
|
}
|
|
@@ -1161,6 +1161,14 @@ button[aria-expanded="true"] {
|
|
|
1161
1161
|
padding-inline: 6px 10px !important;
|
|
1162
1162
|
color: var(--primary-400);
|
|
1163
1163
|
background: transparent;
|
|
1164
|
+
&.assign_value {
|
|
1165
|
+
.p-button-label {
|
|
1166
|
+
max-width: 120px;
|
|
1167
|
+
white-space: nowrap;
|
|
1168
|
+
text-overflow: ellipsis;
|
|
1169
|
+
overflow: hidden;
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1164
1172
|
&:not(.section_btn) {
|
|
1165
1173
|
height: 28px;
|
|
1166
1174
|
}
|
package/dist/assets/sccoreui.css
CHANGED
|
@@ -1908,7 +1908,7 @@ a {
|
|
|
1908
1908
|
color: #495057;
|
|
1909
1909
|
background: transparent;
|
|
1910
1910
|
transition: box-shadow 0.2s;
|
|
1911
|
-
border-radius:
|
|
1911
|
+
border-radius: 4px !important;
|
|
1912
1912
|
margin-bottom: 2px;
|
|
1913
1913
|
}
|
|
1914
1914
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|