mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-04-22 05:54:43 +00:00
15 lines
222 B
CSS
15 lines
222 B
CSS
|
|
#markdownx #markdownx_preview {
|
||
|
|
height: 300px;
|
||
|
|
overflow: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
#markdownx #markdownx_preview img {
|
||
|
|
max-width: 100%;
|
||
|
|
height: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
#markdownx #markdownx_editor {
|
||
|
|
height: 300px;
|
||
|
|
resize: none;
|
||
|
|
}
|