@rlucan/ui 19.0.6 → 19.0.7
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/package.json +1 -1
- package/ui.scss +2 -2
package/package.json
CHANGED
package/ui.scss
CHANGED
|
@@ -906,8 +906,8 @@ ui-button, ui-action-button, ui-input, ui-input-autocomplete, ui-date, ui-text-a
|
|
|
906
906
|
|
|
907
907
|
/**************** angular material css overrides ****************************/
|
|
908
908
|
* {
|
|
909
|
-
margin: 0;
|
|
910
|
-
padding: 0;
|
|
909
|
+
//margin: 0;
|
|
910
|
+
//padding: 0;
|
|
911
911
|
box-sizing: border-box;
|
|
912
912
|
}
|
|
913
913
|
|