forked from potsda.mn/mobilizon
ui: dialog width and account @ alignment
This commit is contained in:
parent
de30b46a87
commit
7cbbf84217
|
@ -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",
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue