mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
fix(core): unexpected text overflow style in dialog (#7345)
close AF-967 before: <img width="502" alt="image" src="https://github.com/toeverything/AFFiNE/assets/102217452/839096b2-62b1-4ca3-b410-99c478eeac53"> after: <img width="496" alt="image" src="https://github.com/toeverything/AFFiNE/assets/102217452/9f02c305-e122-4c6c-a3c6-32647fa9e4c5">
This commit is contained in:
@@ -53,7 +53,9 @@ export const modalHeader = style({
|
|||||||
marginBottom: '12px',
|
marginBottom: '12px',
|
||||||
});
|
});
|
||||||
export const modalDescription = style({
|
export const modalDescription = style({
|
||||||
// marginBottom: '20px',
|
wordBreak: 'break-word',
|
||||||
|
whiteSpace: 'pre-wrap',
|
||||||
|
overflowWrap: 'break-word',
|
||||||
});
|
});
|
||||||
export const modalFooter = style({
|
export const modalFooter = style({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
|||||||
Reference in New Issue
Block a user