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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user