1
0
Fork 0
forked from forgejo/forgejo

Fixed topics margin (#9248)

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
This commit is contained in:
Alexey 〒erentyev 2019-12-04 07:10:40 +03:00 committed by techknowlogick
parent 7ccaf54140
commit e80fe201c0
2 changed files with 5 additions and 0 deletions

View file

@ -2432,6 +2432,10 @@ tbody.commit-list {
margin-left: 5px;
}
.ui.small.label.topic {
margin-bottom: 4px;
}
.repo-header {
display: flex;
align-items: center;