mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
15 lines
235 B
SCSS
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;
|
|
}
|