ui: dialog width and account @ alignment
This commit is contained in:
parent
de30b46a87
commit
7cbbf84217
|
@ -49,6 +49,7 @@ export class Dialog {
|
||||||
hasInput,
|
hasInput,
|
||||||
},
|
},
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
|
contentClass: "!w-11/12",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -87,6 +88,7 @@ export class Dialog {
|
||||||
onConfirm,
|
onConfirm,
|
||||||
onCancel,
|
onCancel,
|
||||||
},
|
},
|
||||||
|
contentClass: "!w-11/12",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<p class="control">
|
<p class="control">
|
||||||
<span class="button is-static">@{{ getInstanceHost }}</span>
|
<span class="button is-static !h-auto">@{{ getInstanceHost }}</span>
|
||||||
</p>
|
</p>
|
||||||
</o-field>
|
</o-field>
|
||||||
</o-field>
|
</o-field>
|
||||||
|
|
Loading…
Reference in a new issue