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 / frontend / responsive.scss

responsive.scss in Tableberg – Simple Gutenberg Table Block 1.1.5, at src/frontend/responsive.scss

16 lines 269 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .tableberg-table-wrapper.tableberg-scroll-x {
2 overflow-x: auto;
3 white-space: nowrap;
4
5 .wp-block-tableberg {
6 width: auto !important;
7 min-width: 100%;
8
9 tr,
10 td,
11 th {
12 min-width: max-content;
13 }
14 }
15 }
16