@elderbyte/ngx-starter 21.3.0 → 21.3.1
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
CHANGED
|
@@ -168,7 +168,6 @@
|
|
|
168
168
|
word-wrap: normal;
|
|
169
169
|
word-break: normal;
|
|
170
170
|
white-space: unset;
|
|
171
|
-
hyphens: auto;
|
|
172
171
|
|
|
173
172
|
&:first-of-type {
|
|
174
173
|
padding-left: $pad + $pad-right;
|
|
@@ -205,7 +204,6 @@
|
|
|
205
204
|
word-wrap: normal;
|
|
206
205
|
word-break: normal;
|
|
207
206
|
white-space: unset;
|
|
208
|
-
hyphens: auto;
|
|
209
207
|
|
|
210
208
|
&:first-of-type {
|
|
211
209
|
padding-left: $pad + $pad-right;
|