9 lines
198 B
CSS
9 lines
198 B
CSS
div.form-row div.django-quill-widget-container {
|
|
display: inline-block;
|
|
}
|
|
.quill-editor iframe,
|
|
.quill-editor video,
|
|
button.ytp-large-play-button,
|
|
button.ytp-button {
|
|
pointer-events: none;
|
|
} |