From a81e5023b858b52597c4ac24bf3fa040ca954188 Mon Sep 17 00:00:00 2001 From: llj Date: Tue, 24 Mar 2020 17:38:21 +0800 Subject: [PATCH] [dir view, file view] file comment: fixup for 'submit' btn (#4496) --- frontend/src/css/comments-list.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/src/css/comments-list.css b/frontend/src/css/comments-list.css index 02571176d0..cde50bc894 100644 --- a/frontend/src/css/comments-list.css +++ b/frontend/src/css/comments-list.css @@ -107,8 +107,6 @@ background-color: #fafaf9; padding: 10px; border-top: 1px solid #e5e5e5; - display: flex; - flex-direction: column; min-height: 182px; } .seafile-edit-comment .edit-comment-input { @@ -121,8 +119,7 @@ } .seafile-comment-footer .submit-comment { margin-top: 5px; - width: 60px; - height: 28px; + padding: 0.35rem 0.5rem; } .seafile-edit-comment .comment-btn { height: 28px; @@ -143,4 +140,4 @@ } .detail-comments .seafile-edit-comment .edit-comment-input { width: 100%; -} \ No newline at end of file +}