From c382d777148eb1e89405d5286b06fdfbbd8bec43 Mon Sep 17 00:00:00 2001 From: Ran Byron Date: Tue, 9 Apr 2019 10:25:03 +0300 Subject: [PATCH] Bolder markdown in textbox (#3686) --- client/app/assets/less/redash/redash-newstyle.less | 4 ++++ client/app/components/dashboards/TextboxDialog.jsx | 2 +- client/app/components/dashboards/widget.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/client/app/assets/less/redash/redash-newstyle.less b/client/app/assets/less/redash/redash-newstyle.less index d5cb7d8c4c..61f935331a 100644 --- a/client/app/assets/less/redash/redash-newstyle.less +++ b/client/app/assets/less/redash/redash-newstyle.less @@ -871,4 +871,8 @@ text.slicetext { .table-data .label-tag { display: inline-block; max-width: 135px; +} + +.markdown strong { + font-weight: bold; } \ No newline at end of file diff --git a/client/app/components/dashboards/TextboxDialog.jsx b/client/app/components/dashboards/TextboxDialog.jsx index ce1a4f10b1..2d970565d4 100644 --- a/client/app/components/dashboards/TextboxDialog.jsx +++ b/client/app/components/dashboards/TextboxDialog.jsx @@ -102,7 +102,7 @@ class TextboxDialog extends React.Component { Preview:

)} diff --git a/client/app/components/dashboards/widget.html b/client/app/components/dashboards/widget.html index 8314d31343..9e6765174a 100644 --- a/client/app/components/dashboards/widget.html +++ b/client/app/components/dashboards/widget.html @@ -101,6 +101,6 @@

-
+