| 1 |
.ep-synonyms-solr-editor { |
| 2 |
margin-top: 16px; |
| 3 |
|
| 4 |
& textarea { |
| 5 |
/* stylelint-disable-next-line declaration-no-important */ |
| 6 |
font-family: Menlo, Consolas, monaco, monospace !important; |
| 7 |
/* stylelint-disable-next-line declaration-no-important */ |
| 8 |
font-size: 13px !important; |
| 9 |
line-height: 1.5; |
| 10 |
overflow-wrap: break-word; |
| 11 |
overflow-x: hidden; |
| 12 |
} |
| 13 |
} |
| 14 |
|