From a4081009e82b788c67f8cbed34175b13e1ebd2bb Mon Sep 17 00:00:00 2001 From: aaronchen2k <462826@qq.com> Date: Tue, 4 Feb 2020 20:20:30 +0800 Subject: [PATCH] fix a icon bug --- module/repo/css/common.css | 1 - 1 file changed, 1 deletion(-) diff --git a/module/repo/css/common.css b/module/repo/css/common.css index c7e8152412..91a9d50930 100644 --- a/module/repo/css/common.css +++ b/module/repo/css/common.css @@ -84,7 +84,6 @@ h3 {font-size:16px;} .repoCode tr.selected.commented .comment-btn .icon-wrapper > i:before {font-size: 14px;} .repoCode tr.over.commented .comment-btn .icon-wrapper:before, .repoCode tr.selected.commented .comment-btn .icon-wrapper:before {display: block;} - /* repo action form */ .repoCode .comment-list, .repoCode .comment-actions {max-width: 900px} .repoCode .bugFormContainer {border: 1px solid #bbb; margin: 0 0 0 15px; padding: 10px 20px 10px 10px; max-width: 880px; background: #fff}