mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 17:23:25 -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,
|
||||
'margin': '4px 0 12px',
|
||||
'width': '100%',
|
||||
'overflow': 'hidden',
|
||||
'text-overflow': 'ellipses'
|
||||
'overflow': 'visible',
|
||||
'overflow-wrap': 'break-word'
|
||||
}
|
||||
}).component();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user