opus-react 0.2.15 → 0.2.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.
- package/dist/index.cjs +67 -67
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +2 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +67 -67
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
|
|
178
178
|
.opus_zNi12Z_flagged {
|
|
179
179
|
align-items: start;
|
|
180
|
-
gap:
|
|
180
|
+
gap: 0 12px;
|
|
181
181
|
width: 100%;
|
|
182
182
|
display: grid;
|
|
183
183
|
}
|
|
@@ -277,6 +277,7 @@
|
|
|
277
277
|
|
|
278
278
|
.opus_zNi12Z_errorFlagged {
|
|
279
279
|
grid-area: opus_zNi12Z_error;
|
|
280
|
+
margin-top: 8px;
|
|
280
281
|
}
|
|
281
282
|
|
|
282
283
|
.opus_zNi12Z_required {
|