Anki/ts/lib/editable/content-editable.scss
2025-05-26 02:26:59 +03:00

15 lines
235 B
SCSS

anki-editable {
display: block;
position: relative;
overflow: auto;
overflow-wrap: anywhere;
/* fallback for iOS */
word-break: break-word;
&:focus {
outline: none;
}
min-height: 1.5em;
}