Small improvement on widget styling

This commit is contained in:
Zsolt Kocsmarszky 2017-11-18 21:02:50 +01:00
parent 1115f2a702
commit c3ca2e2ec1
2 changed files with 11 additions and 1 deletions

View File

@ -184,6 +184,16 @@ page-header, .dashboard__header {
font-weight: 500;
}
}
.query--description {
font-size: 14px;
line-height: 1.5;
font-style: italic;
p {
margin-bottom: 0;
}
}
}
.t-header.widget {

View File

@ -30,7 +30,7 @@
{{$ctrl.query.name}}
<visualization-name visualization="$ctrl.widget.visualization"/>
</p>
<div class="text-muted" ng-bind-html="$ctrl.query.description | markdown"></div>
<div class="text-muted query--description" ng-bind-html="$ctrl.query.description | markdown"></div>
</div>
</div>
<parameters parameters="$ctrl.localParametersDefs()"></parameters>