1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

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
This commit is contained in:
Mario Lubenka
2019-05-25 15:37:44 +02:00
committed by Lauris BH
parent df2557835b
commit 0c432d26fe
3 changed files with 5 additions and 5 deletions

View File

@ -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;
}