mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-04-28 08:10:36 +00:00
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}
|
||||
|
||||
Reference in New Issue
Block a user