@veritree/ui 0.90.1 → 0.91.0
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
|
@@ -205,7 +205,9 @@ export default {
|
|
|
205
205
|
const classes = [];
|
|
206
206
|
|
|
207
207
|
if (!this.headless) {
|
|
208
|
-
classes.push(
|
|
208
|
+
classes.push(
|
|
209
|
+
'mx-auto inline-flex items-center gap-2 self-center pointer-events-none',
|
|
210
|
+
);
|
|
209
211
|
}
|
|
210
212
|
|
|
211
213
|
if (this.headless && this.busy) {
|