@indice/ng-components 0.3.2-beta.2 → 0.3.2-beta.4
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/_styles.scss +1 -1
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
}
|
|
826
826
|
|
|
827
827
|
.form-actions {
|
|
828
|
-
@apply px-4 py-3 bg-gray-100 text-gray-700 text-right sm:px-6 flex justify-end rounded-b-xl;
|
|
828
|
+
@apply -mx-4 -mb-5 px-4 py-3 bg-gray-100 text-gray-700 text-right sm:px-6 flex justify-end rounded-b-xl;
|
|
829
829
|
}
|
|
830
830
|
|
|
831
831
|
/*
|