You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
544B

  1. /* Prismatic - Block Styles */
  2. .block-editor .editor-plain-text.block-editor-plain-text.wp-block-prismatic-blocks[style] {
  3. padding: 20px; line-height: 22px; font-size: 14px; font-family: Menlo, Consolas, Monaco, monospace;
  4. white-space: pre; resize: vertical !important; overflow-x: auto !important; overflow-y: hidden !important;
  5. -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none;
  6. -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4;
  7. -ms-word-break: normal; word-break: normal;
  8. -webkit-overflow-scrolling: touch;
  9. }