mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
fix: add styles to confirmation modal
Words are forced to break if no more space available
(cherry picked from commit 20510591e4
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
d3b098b407
commit
2ed43035eb
@@ -0,0 +1,7 @@
|
|||||||
|
:host {
|
||||||
|
.modal {
|
||||||
|
&-body, &-header {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@@ -11,6 +11,7 @@ import { TranslateModule } from '@ngx-translate/core';
|
|||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-confirmation-modal',
|
selector: 'ds-confirmation-modal',
|
||||||
templateUrl: 'confirmation-modal.component.html',
|
templateUrl: 'confirmation-modal.component.html',
|
||||||
|
styleUrls: ['confirmation-modal.component.scss'],
|
||||||
standalone: true,
|
standalone: true,
|
||||||
imports: [
|
imports: [
|
||||||
TranslateModule,
|
TranslateModule,
|
||||||
|
Reference in New Issue
Block a user