1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

fix seahub button style (#4861)

This commit is contained in:
songjiaqi1
2021-04-02 18:23:49 +08:00
committed by GitHub
parent 0f490fd85a
commit 973c9a978f
3 changed files with 7 additions and 5 deletions

View File

@@ -140,7 +140,9 @@
.seafile-comment-footer .seafile-add-comment .comment-btn,
.seafile-edit-comment .comment-btn {
height: 28px;
width: 60px;
margin-top: 5px;
width: fit-content;
display: inline-block;
}
.seafile-edit-comment {
margin-top: 10px;