Fix button overflow on confirmation modal for mobile (#4465)

lolsob-rspec
unarist 2017-07-31 22:19:30 +09:00 committed by Eugen Rochko
parent f95fca19d4
commit 9e2971e899
1 changed files with 1 additions and 1 deletions

View File

@ -3499,7 +3499,7 @@ button.icon-button.active i.fa-retweet {
}
.confirmation-modal {
max-width: 280px;
max-width: 85vw;
@media screen and (min-width: 480px) {
max-width: 380px;