Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed table block footer section issue #46567

Merged
merged 3 commits into from
Dec 18, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/block-library/src/table/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
width: 100%;
}

thead {
border-bottom: 3px solid;
}

tfoot {
border-top: 3px solid;
}

// Match default border style to default style in editor
td,
th {
Expand Down
4 changes: 0 additions & 4 deletions packages/block-library/src/table/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
border-bottom: 3px solid;
mikachan marked this conversation as resolved.
Show resolved Hide resolved
}

tfoot {
border-top: 3px solid;
}

td,
th {
word-break: normal;
Expand Down