@ncds/ui-admin 0.0.25 → 0.0.26
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.
|
@@ -2757,7 +2757,7 @@ button {
|
|
|
2757
2757
|
|
|
2758
2758
|
.ncua-date-picker {
|
|
2759
2759
|
position: relative;
|
|
2760
|
-
display: inline-
|
|
2760
|
+
display: inline-flex;
|
|
2761
2761
|
}
|
|
2762
2762
|
.ncua-date-picker .flatpickr-wrapper {
|
|
2763
2763
|
border: 1px solid var(--gray-200);
|
|
@@ -2972,9 +2972,6 @@ button {
|
|
|
2972
2972
|
align-items: center;
|
|
2973
2973
|
gap: 16px;
|
|
2974
2974
|
}
|
|
2975
|
-
.ncua-range-date-picker-with-buttons .ncua-range-date-picker {
|
|
2976
|
-
transform: translateY(1px);
|
|
2977
|
-
}
|
|
2978
2975
|
|
|
2979
2976
|
.ncua-carousel-number-group {
|
|
2980
2977
|
display: inline-flex;
|