UNPKG

@bbc/react-transcript-editor

Version:

A React component to make transcribing audio and video easier and faster.

14 lines (12 loc) 247 B
/* Giving the editor a oveflow https://github.com/facebook/draft-js/issues/528 */ .editor :global(.public-DraftEditor-content) { max-height: 75vh; overflow: auto; } /* "paragraphs" */ div[data-block] + div[data-block] { margin-top: 1em; }