Skip to content

Commit e80fe20

Browse files
axifivetechknowlogick
authored andcommitted
Fixed topics margin (#9248)
Signed-off-by: Alexey Terentyev <[email protected]>
1 parent 7ccaf54 commit e80fe20

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

public/css/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,7 @@ tbody.commit-list{vertical-align:baseline}
899899
#new-dependency-drop-list .text{width:100%;overflow:hidden}
900900
#manage_topic{font-size:12px}
901901
.label+#manage_topic{margin-left:5px}
902+
.ui.small.label.topic{margin-bottom:4px}
902903
.repo-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
903904
.repo-header .repo-buttons{display:flex;align-items:center}
904905
.repo-buttons .disabled-repo-button .label{opacity:.5}

web_src/less/_repository.less

+4
Original file line numberDiff line numberDiff line change
@@ -2432,6 +2432,10 @@ tbody.commit-list {
24322432
margin-left: 5px;
24332433
}
24342434

2435+
.ui.small.label.topic {
2436+
margin-bottom: 4px;
2437+
}
2438+
24352439
.repo-header {
24362440
display: flex;
24372441
align-items: center;

0 commit comments

Comments
 (0)