diff --git a/src/common/ModalDialog/styles.less b/src/common/ModalDialog/styles.less index c7f136a5b..796685b38 100644 --- a/src/common/ModalDialog/styles.less +++ b/src/common/ModalDialog/styles.less @@ -84,6 +84,7 @@ } } } + .action-button { flex: 1; display: flex; @@ -126,7 +127,6 @@ text-align: center; color: var(--primary-foreground-color); } - } @media only screen and (max-width: @minimum) { @@ -137,6 +137,20 @@ max-width: initial; z-index: 0; padding: 0 1.5rem; + + .buttons-container { + flex-direction: column; + gap: 1rem; + } + } + + .action-button { + width: 100%; + + .label { + text-overflow: ellipsis; + white-space: nowrap; + } } } } \ No newline at end of file