PluginProbe
Prismatic / 2.4
Prismatic v2.4
trunk 1.3 1.4 1.5 1.6 1.6.1 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 2.9.1 3.0 3.1 3.1.1 3.2 3.2.1 All 40 releases
prismatic / css / styles-blocks.css

styles-blocks.css in Prismatic 2.4, at css/styles-blocks.css

10 lines 544 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Prismatic - Block Styles */
2
3 .block-editor .editor-plain-text.block-editor-plain-text.wp-block-prismatic-blocks[style] {
4 padding: 20px; line-height: 22px; font-size: 14px; font-family: Menlo, Consolas, Monaco, monospace;
5 white-space: pre; resize: vertical !important; overflow-x: auto !important; overflow-y: hidden !important;
6 -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none;
7 -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4;
8 -ms-word-break: normal; word-break: normal;
9 -webkit-overflow-scrolling: touch;
10 }