Commit f54ba207 by Torkel Ödegaard

fix: css fix, found a better way to fix #10772

parent f1f8c232
......@@ -4,7 +4,7 @@
{{group.header}}
</h6>
<div class="dashlist-item" ng-repeat="dash in group.list">
<a class="dashlist-link dashlist-link-{{dash.type}}" ng-class="{'dashlist-link--no-section-header ':$first && !ctrl.panel.headings}" href="{{dash.url}}">
<a class="dashlist-link dashlist-link-{{dash.type}}" href="{{dash.url}}">
<span class="dashlist-title">
{{dash.title}}
</span>
......
......@@ -5,6 +5,7 @@
.dashlist-section {
margin-bottom: $spacer;
padding-top: 3px;
}
.dashlist-link {
......@@ -21,8 +22,4 @@
.fa-star {
color: $orange;
}
&--no-section-header {
margin-top: 0;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment