mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-10 02:15:11 +00:00
Merge pull request #1344 from jsit/fix/fix-markdown-textarea-top-round
This commit is contained in:
commit
35a59a4ebf
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue