mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
144 B
CSS
13 lines
144 B
CSS
3 years ago
|
.remirror-editor-wrapper {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.tailchat-rich-editor {
|
||
|
height: 100%;
|
||
|
outline: 0;
|
||
|
}
|
||
|
|
||
|
.tailchat-rich-editor p {
|
||
|
margin: 0;
|
||
|
}
|