瀏覽代碼

Fix margin for branch-update grid on PR view when update button is not present (#11521)

* Fix margin for branch-update grid on PR view when update button is not present

* Move padding to row element

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.13.0-rc1
Cirno the Strongest 4 年之前
父節點
當前提交
ee4e8542c7
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1
    4
      web_src/less/_repository.less

+ 1
- 4
web_src/less/_repository.less 查看文件

@@ -648,13 +648,10 @@
}
.branch-update.grid {
.row {
padding-bottom: 0;
padding-bottom: 1rem;
.icon {
margin-top: 1.1rem;
}
.ui.button {
margin-bottom: 1rem;
}
}
}
}

Loading…
取消
儲存