Преглед изворни кода

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

master
unarist пре 6 година
committed by Eugen Rochko
родитељ
комит
82b4cf4acb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      app/javascript/styles/components.scss

+ 1
- 1
app/javascript/styles/components.scss Прегледај датотеку

@@ -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…
Откажи
Сачувај