summaryrefslogtreecommitdiffstats
path: root/public/less/_repository.less
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/less/_repository.less
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/less/_repository.less')
-rw-r--r--public/less/_repository.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less
index 3b02b1691b..9956bbce74 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -798,16 +798,16 @@
> .header {
#avatar-arrow;
font-weight: normal;
+ padding: auto 15px;
position: relative;
- padding: 0 15px;
color: #767676;
background-color: #f7f7f7;
border-bottom: 1px solid #eeeeee;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
- justify-content: space-between;
.text {
+ max-width: 78%;
padding-top: 10px;
padding-bottom: 10px;
}