mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-04-05 22:30:59 +00:00
14 lines
222 B
CSS
14 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;
|
|
}
|