Merge pull request #1344 from jsit/fix/fix-markdown-textarea-top-round

This commit is contained in:
SleeplessOne1917 2023-06-17 11:25:27 +00:00 committed by GitHub
commit 35a59a4ebf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,
}