Prevent the RichEditor from getting the globally applied RipCrypt styling
This commit is contained in:
parent
5b9e808ea9
commit
9f96805bb7
2 changed files with 10 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.ripcrypt--RichEditor {
|
||||
width: 500px;
|
||||
.RichEditor {
|
||||
width: 525px;
|
||||
height: 600px;
|
||||
|
||||
> .window-content {
|
||||
|
|
@ -12,6 +12,8 @@
|
|||
height: 100%;
|
||||
|
||||
.editor-content {
|
||||
padding: 0 8px;
|
||||
border-radius: 8px;
|
||||
color: var(--input-text);
|
||||
background: var(--input-background);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue