Ver a proveniência

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

master
unarist há 7 anos
committed by Eugen Rochko
ascendente
cometimento
40562fd266
1 ficheiros alterados com 5 adições e 1 eliminações
  1. +5
    -1
      app/javascript/styles/components.scss

+ 5
- 1
app/javascript/styles/components.scss Ver ficheiro

@@ -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 {


Carregando…
Cancelar
Guardar