Browse Source

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

pull/4/head
unarist 6 years ago
committed by Eugen Rochko
parent
commit
82b4cf4acb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/components.scss

+ 1
- 1
app/javascript/styles/components.scss 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;

Loading…
Cancel
Save