fix a icon bug

This commit is contained in:
aaronchen2k
2020-02-04 20:20:30 +08:00
parent 2a252bb16f
commit a4081009e8
-1
View File
@@ -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}