diff --git a/src/app/common/modals/modals.less b/src/app/common/modals/modals.less index ee2dac9f8..decc6530a 100644 --- a/src/app/common/modals/modals.less +++ b/src/app/common/modals/modals.less @@ -465,12 +465,14 @@ cursor: pointer; } -section { - display: flex; - align-items: center; - gap: 16px; - align-self: stretch; - width: 100%; +.modal-content { + section { + display: flex; + align-items: center; + gap: 16px; + align-self: stretch; + width: 100%; + } } .modal.welcome-modal {