fix: Fix rounded top corners in markdown textarea

This commit is contained in:
Jay Sitter 2023-06-17 01:43:05 -04:00
parent 207b19dffe
commit fef03525f1

View file

@ -210,7 +210,7 @@ export class MarkdownTextArea extends Component<
<textarea
id={this.id}
className={classNames(
"form-control border-0 rounded-bottom",
"form-control border-0 rounded-top-0 rounded-bottom",
{
"d-none": this.state.previewMode,
}