Apply form styles to rich text editor

This commit is contained in:
Dennis Reimann
2021-11-15 15:41:25 +01:00
committed by Andrew Camilleri
parent 8696710ad1
commit c389aa0b99

View File

@@ -41,6 +41,11 @@ hr.light {
display: none;
}
.note-editable {
color: var(--btcpay-form-text);
background-color: var(--btcpay-form-bg);
}
.wraptextAuto {
max-width: 300px;
text-overflow: ellipsis;