diff --git a/ui-ngx/src/app/shared/components/dialog/confirm-dialog.component.scss b/ui-ngx/src/app/shared/components/dialog/confirm-dialog.component.scss index 7ecfdcb3f3..394fb79590 100644 --- a/ui-ngx/src/app/shared/components/dialog/confirm-dialog.component.scss +++ b/ui-ngx/src/app/shared/components/dialog/confirm-dialog.component.scss @@ -13,6 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +@import "../../../../scss/constants"; + :host { .mat-mdc-dialog-content { padding: 0 24px 24px; @@ -20,5 +22,9 @@ .dialog-title { max-width: 80vw; + + @media #{$mat-lt-sm} { + max-width: 100%; + } } }