forked from abner/for-legacy-web
fix(modals): finally fixed width
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user