瀏覽代碼

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…
取消
儲存