Skip to content

Commit

Permalink
Merge pull request getredash#6 from codygo-solutions/widget-title-fix
Browse files Browse the repository at this point in the history
Fix widget title line-height and font-weight
  • Loading branch information
danikenan authored Aug 20, 2023
2 parents 7674831 + f82b0d4 commit 60abf37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app/components/dashboards/dashboard-widget/Widget.less
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@
.query-link {
color: @gray-700;
font-size: 18px;
font-weight: 300;
line-height: 22px;
font-weight: 400;
line-height: 24px;

&:not(.visualization-name) {
color: @gray-700;
Expand Down

0 comments on commit 60abf37

Please sign in to comment.