From: Jay Sitter Date: Sat, 17 Jun 2023 02:43:46 +0000 (-0400) Subject: fix: Remove inline styles and use Bootstrap classes X-Git-Url: http://these/git/?a=commitdiff_plain;h=133951bc84900aa1990fd1b2595f46e21b3a3d86;p=lemmy-ui.git fix: Remove inline styles and use Bootstrap classes --- 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<