mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 01:48:54 +00:00
Small improvement on widget styling
This commit is contained in:
parent
1115f2a702
commit
c3ca2e2ec1
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user