We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ccaf54 commit e80fe20Copy full SHA for e80fe20
public/css/index.css
@@ -899,6 +899,7 @@ tbody.commit-list{vertical-align:baseline}
899
#new-dependency-drop-list .text{width:100%;overflow:hidden}
900
#manage_topic{font-size:12px}
901
.label+#manage_topic{margin-left:5px}
902
+.ui.small.label.topic{margin-bottom:4px}
903
.repo-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}
904
.repo-header .repo-buttons{display:flex;align-items:center}
905
.repo-buttons .disabled-repo-button .label{opacity:.5}
web_src/less/_repository.less
@@ -2432,6 +2432,10 @@ tbody.commit-list {
2432
margin-left: 5px;
2433
}
2434
2435
+.ui.small.label.topic {
2436
+ margin-bottom: 4px;
2437
+}
2438
+
2439
.repo-header {
2440
display: flex;
2441
align-items: center;
0 commit comments