summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
authorMario Lubenka <mario.lubenka@dkd.de>2019-05-25 15:37:44 +0200
committerLauris BH <lauris@nix.lv>2019-05-25 16:37:44 +0300
commit0c432d26fe20d3e50da566cf75fa483376ed8bef (patch)
tree8d2a2db5c200bbaac8aefbb19bad107dd81a9f4f /public/less
parentdf2557835b2235b48d1ed979abb1a1d42607e96a (diff)
downloadgitea-0c432d26fe20d3e50da566cf75fa483376ed8bef.tar.gz
gitea-0c432d26fe20d3e50da566cf75fa483376ed8bef.zip
Bugfix: Align comment label and actions to the right (#7024)
* Bugfix: Align comment label and actions to the right Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Restores relative position * CSS autofixer
Diffstat (limited to 'public/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 9956bbce74..3b02b1691b 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;
}