# tableberg/1.1.5/src/frontend/responsive.scss

Tableberg – Simple Gutenberg Table Block, version 1.1.5. 16 lines.

- Page: https://pluginprobe.com/plugins/tableberg/1.1.5/code/src/frontend/responsive.scss
- Raw: https://pluginprobe.com/plugins/tableberg/1.1.5/raw/src/frontend/responsive.scss
- Modified: 2026-09-16T03:30:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tableberg/1.1.5/code/src/frontend/responsive.scss#L10-L20`.

```scss
.tableberg-table-wrapper.tableberg-scroll-x {
    overflow-x: auto;
    white-space: nowrap;

    .wp-block-tableberg {
        width: auto !important;
        min-width: 100%;

        tr,
        td,
        th {
            min-width: max-content;
        }
    }
}

```
