Fixed topics margin (#9248)

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
lunny/display_deleted_branch2
Alexey 〒erentyev 4 years ago committed by techknowlogick
parent 7ccaf54140
commit e80fe201c0

@ -899,6 +899,7 @@ tbody.commit-list{vertical-align:baseline}
#new-dependency-drop-list .text{width:100%;overflow:hidden} #new-dependency-drop-list .text{width:100%;overflow:hidden}
#manage_topic{font-size:12px} #manage_topic{font-size:12px}
.label+#manage_topic{margin-left:5px} .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{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
.repo-header .repo-buttons{display:flex;align-items:center} .repo-header .repo-buttons{display:flex;align-items:center}
.repo-buttons .disabled-repo-button .label{opacity:.5} .repo-buttons .disabled-repo-button .label{opacity:.5}

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

Loading…
Cancel
Save