_table.scss 445 B

123456789101112131415
  1. .wp-block-table.is-style-stripes,
  2. .wp-block-table {
  3. figcaption { // See https://github.com/WordPress/gutenberg/issues/34650
  4. font-size: var(--wp--custom--table--figcaption--typography--font-size);
  5. text-align: center;
  6. }
  7. td, th {
  8. // See https://github.com/WordPress/gutenberg/issues/31261
  9. border: 1px solid;
  10. padding: calc(0.5*var(--wp--custom--gap--vertical)) calc(0.5*var(--wp--custom--gap--horizontal));
  11. }
  12. border-bottom: none;
  13. }