From 133951bc84900aa1990fd1b2595f46e21b3a3d86 Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Fri, 16 Jun 2023 22:43:46 -0400 Subject: [PATCH] fix: Remove inline styles and use Bootstrap classes --- .../components/common/markdown-textarea.tsx | 23 +++++++------------ 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/src/shared/components/common/markdown-textarea.tsx b/src/shared/components/common/markdown-textarea.tsx index ef7ba01..1a06d3d 100644 --- a/src/shared/components/common/markdown-textarea.tsx +++ b/src/shared/components/common/markdown-textarea.tsx @@ -146,18 +146,8 @@ export class MarkdownTextArea extends Component< />
-
-
+
+
{this.getFormatButton("bold", this.handleInsertBold)} {this.getFormatButton("italic", this.handleInsertItalic)} {this.getFormatButton("link", this.handleInsertLink)} @@ -219,9 +209,12 @@ export class MarkdownTextArea extends Component<