Skip to content

Commit

Permalink
Fixed topics margin (#9248)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Terentyev <[email protected]>
  • Loading branch information
axifive authored and techknowlogick committed Dec 4, 2019
1 parent 7ccaf54 commit e80fe20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,7 @@ tbody.commit-list{vertical-align:baseline}
#new-dependency-drop-list .text{width:100%;overflow:hidden}
#manage_topic{font-size:12px}
.label+#manage_topic{margin-left:5px}
.ui.small.label.topic{margin-bottom:4px}
.repo-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.repo-header .repo-buttons{display:flex;align-items:center}
.repo-buttons .disabled-repo-button .label{opacity:.5}
Expand Down
4 changes: 4 additions & 0 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -2432,6 +2432,10 @@ tbody.commit-list {
margin-left: 5px;
}

.ui.small.label.topic {
margin-bottom: 4px;
}

.repo-header {
display: flex;
align-items: center;
Expand Down

0 comments on commit e80fe20

Please sign in to comment.