Skip to content

Commit 2ed4303

Browse files
jlipkagithub-actions[bot]
authored andcommitted
fix: add styles to confirmation modal
Words are forced to break if no more space available (cherry picked from commit 2051059)
1 parent d3b098b commit 2ed4303

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
:host {
2+
.modal {
3+
&-body, &-header {
4+
word-break: break-word;
5+
}
6+
}
7+
}

src/app/shared/confirmation-modal/confirmation-modal.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { TranslateModule } from '@ngx-translate/core';
1111
@Component({
1212
selector: 'ds-confirmation-modal',
1313
templateUrl: 'confirmation-modal.component.html',
14+
styleUrls: ['confirmation-modal.component.scss'],
1415
standalone: true,
1516
imports: [
1617
TranslateModule,

0 commit comments

Comments
 (0)