ui: dialog width and account @ alignment

This commit is contained in:
JonFreer 2023-08-13 22:02:41 +01:00 committed by Thomas Citharel
parent de30b46a87
commit 7cbbf84217
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773
2 changed files with 3 additions and 1 deletions

View file

@ -49,6 +49,7 @@ export class Dialog {
hasInput,
},
autoFocus: false,
contentClass: "!w-11/12",
});
}
@ -87,6 +88,7 @@ export class Dialog {
onConfirm,
onCancel,
},
contentClass: "!w-11/12",
});
}
}

View file

@ -53,7 +53,7 @@
/>
<p class="control">
<span class="button is-static">@{{ getInstanceHost }}</span>
<span class="button is-static !h-auto">@{{ getInstanceHost }}</span>
</p>
</o-field>
</o-field>