Kaynağa Gözat

Fix width of .confirmation-modal on narrow screens (#2743)

master
unarist 7 yıl önce
committed by Eugen Rochko
ebeveyn
işleme
40562fd266
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +5
    -1
      app/javascript/styles/components.scss

+ 5
- 1
app/javascript/styles/components.scss Dosyayı Görüntüle

@@ -2947,7 +2947,11 @@ button.icon-button.active i.fa-retweet {
}

.confirmation-modal {
max-width: 380px;
max-width: 280px;

@media screen and (min-width: 480px) {
max-width: 380px;
}
}

.confirmation-modal__action-bar {


Yükleniyor…
İptal
Kaydet