mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
[SQL Migration] Fix overflow behavior on migration cutover dialog to avoid truncating backup file names (#18679)
This commit is contained in:
@@ -814,8 +814,8 @@ export class MigrationCutoverDialog {
|
|||||||
...styles.BODY_CSS,
|
...styles.BODY_CSS,
|
||||||
'margin': '4px 0 12px',
|
'margin': '4px 0 12px',
|
||||||
'width': '100%',
|
'width': '100%',
|
||||||
'overflow': 'hidden',
|
'overflow': 'visible',
|
||||||
'text-overflow': 'ellipses'
|
'overflow-wrap': 'break-word'
|
||||||
}
|
}
|
||||||
}).component();
|
}).component();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user