aboutsummaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2019-05-27 00:55:53 +0800
committertechknowlogick <techknowlogick@gitea.io>2019-05-26 12:55:53 -0400
commitf3d87da3e24606b770c84d95afeb0789f37a89bd (patch)
tree2deac9ff3bf1fd833d49fb877c25be4db25a9766 /public/css
parentc2f3938a58aaff18b51224f05a0808d70e111d81 (diff)
downloadgitea-f3d87da3e24606b770c84d95afeb0789f37a89bd.tar.gz
gitea-f3d87da3e24606b770c84d95afeb0789f37a89bd.zip
Revert "Bugfix: Align comment label and actions to the right (#7024)" (#7055)
This reverts commit 0c432d26fe20d3e50da566cf75fa483376ed8bef.
Diffstat (limited to 'public/css')
-rw-r--r--public/css/index.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/index.css b/public/css/index.css
index 20b4836909..8cea4e2c1d 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -531,11 +531,11 @@ footer .ui.left,footer .ui.right{line-height:40px}
.repository.view.issue .comment-list .comment .actions .item.tag{margin-right:5px}
.repository.view.issue .comment-list .comment .actions .item.action{margin-top:6px;margin-left:10px}
.repository.view.issue .comment-list .comment .content{margin-left:4em}
-.repository.view.issue .comment-list .comment .content>.header{font-weight:400;position:relative;padding:0 15px;color:#767676;background-color:#f7f7f7;border-bottom:1px solid #eee;border-top-left-radius:3px;border-top-right-radius:3px;justify-content:space-between}
+.repository.view.issue .comment-list .comment .content>.header{font-weight:400;padding:auto 15px;position:relative;color:#767676;background-color:#f7f7f7;border-bottom:1px solid #eee;border-top-left-radius:3px;border-top-right-radius:3px}
.repository.view.issue .comment-list .comment .content>.header:after,.repository.view.issue .comment-list .comment .content>.header:before{right:100%;top:20px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}
.repository.view.issue .comment-list .comment .content>.header:before{border-right-color:#d3d3d4;border-width:9px;margin-top:-9px}
.repository.view.issue .comment-list .comment .content>.header:after{border-right-color:#f7f7f7;border-width:8px;margin-top:-8px}
-.repository.view.issue .comment-list .comment .content>.header .text{padding-top:10px;padding-bottom:10px}
+.repository.view.issue .comment-list .comment .content>.header .text{max-width:78%;padding-top:10px;padding-bottom:10px}
.repository.view.issue .comment-list .comment .content .markdown{font-size:14px}
.repository.view.issue .comment-list .comment .content .no-content{color:#767676;font-style:italic}
.repository.view.issue .comment-list .comment .content>.bottom.segment{background:#f3f4f5}