@ncds/ui-admin 1.8.21-alpha.14 → 1.8.21-alpha.16
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.
|
@@ -2894,6 +2894,7 @@ button {
|
|
|
2894
2894
|
align-items: center;
|
|
2895
2895
|
justify-content: space-between;
|
|
2896
2896
|
gap: 24px;
|
|
2897
|
+
flex-wrap: wrap;
|
|
2897
2898
|
}
|
|
2898
2899
|
@media (max-width: 768px) {
|
|
2899
2900
|
.ncua-message-notification__content {
|
|
@@ -2907,7 +2908,7 @@ button {
|
|
|
2907
2908
|
display: flex;
|
|
2908
2909
|
align-items: center;
|
|
2909
2910
|
gap: 12px;
|
|
2910
|
-
min-width:
|
|
2911
|
+
min-width: 160px;
|
|
2911
2912
|
}
|
|
2912
2913
|
.ncua-message-notification__icon {
|
|
2913
2914
|
flex-shrink: 0;
|
|
@@ -2933,6 +2934,7 @@ button {
|
|
|
2933
2934
|
align-items: center;
|
|
2934
2935
|
gap: 12px;
|
|
2935
2936
|
flex-shrink: 0;
|
|
2937
|
+
margin-left: auto;
|
|
2936
2938
|
flex-wrap: wrap;
|
|
2937
2939
|
}
|
|
2938
2940
|
@media (max-width: 768px) {
|
|
@@ -2886,6 +2886,7 @@
|
|
|
2886
2886
|
align-items: center;
|
|
2887
2887
|
justify-content: space-between;
|
|
2888
2888
|
gap: 24px;
|
|
2889
|
+
flex-wrap: wrap;
|
|
2889
2890
|
}
|
|
2890
2891
|
@media (max-width: 768px) {
|
|
2891
2892
|
.ncua-message-notification__content {
|
|
@@ -2899,7 +2900,7 @@
|
|
|
2899
2900
|
display: flex;
|
|
2900
2901
|
align-items: center;
|
|
2901
2902
|
gap: 12px;
|
|
2902
|
-
min-width:
|
|
2903
|
+
min-width: 160px;
|
|
2903
2904
|
}
|
|
2904
2905
|
.ncua-message-notification__icon {
|
|
2905
2906
|
flex-shrink: 0;
|
|
@@ -2925,6 +2926,7 @@
|
|
|
2925
2926
|
align-items: center;
|
|
2926
2927
|
gap: 12px;
|
|
2927
2928
|
flex-shrink: 0;
|
|
2929
|
+
margin-left: auto;
|
|
2928
2930
|
flex-wrap: wrap;
|
|
2929
2931
|
}
|
|
2930
2932
|
@media (max-width: 768px) {
|