PluginProbe
Tableberg – Simple Gutenberg Table Block / 1.1.5
Tableberg – Simple Gutenberg Table Block v1.1.5
1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 trunk 0.0.2 0.2.1 0.3.2 0.3.3 0.4.1 0.5.0 0.5.1 0.5.2 0.5.3 0.5.4 0.5.5 0.5.6 0.5.7 All 42 releases
tableberg / src / elements / custom-html / style.scss

style.scss in Tableberg – Simple Gutenberg Table Block 1.1.5, at src/elements/custom-html/style.scss

23 lines 599 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .tableberg-custom-html {
2 .tableberg-custom-html-editor {
3 box-sizing: border-box;
4 max-height: 250px;
5 min-height: 60px;
6 font-size: 13px !important;
7 background: #fff !important;
8 border: 1px solid #1e1e1e !important;
9 border-radius: 2px !important;
10 box-shadow: none !important;
11 color: #1e1e1e !important;
12 font-family: Menlo, Consolas, monaco, monospace !important;
13 padding: 12px !important;
14 width: 100%;
15 resize: vertical;
16 }
17
18 iframe {
19 display: block;
20 border: none;
21 }
22 }
23