fix(modals): finally fixed width

This commit is contained in:
trashtemp
2022-01-15 22:19:29 +01:00
parent cc458453d3
commit 2bef311f9a
3 changed files with 20 additions and 5 deletions

View File

@@ -228,9 +228,11 @@ export const SpecialPromptModal = observer((props: SpecialProps) => {
]}
content={
<>
<Text
id={`app.special.modals.prompt.confirm_delete_message_long`}
/>
<h5>
<Text
id={`app.special.modals.prompt.confirm_delete_message_long`}
/>
</h5>
<Message
message={props.target}
head={true}

View File

@@ -87,7 +87,8 @@ export function ModifyAccountModal({ onClose, field }: Props) {
},
{
onClick: onClose,
children: <Text id="app.special.modals.actions.close" />,
children: <Text id="app.special.modals.actions.cancel" />,
plain: true,
},
]}>
{/* Preact / React typing incompatabilities */}