Twenty Thirteen: Remove an unnecessary border from Table block.

This changeset removes an unwanted border showing up at the bottom of the Table block.

Props nidhidhandhukiya, sabernhardt, maxcgparis, pooja1210, audrasjb.
Fixes #56538.




git-svn-id: https://develop.svn.wordpress.org/trunk@55973 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2023-06-21 22:53:02 +00:00
parent 4e33de0f08
commit 64ef31dae7

View File

@@ -271,7 +271,6 @@ body:not(.sidebar) .wp-block-cover > .wp-block-cover__inner-container > * {
/* Table */
.wp-block-table {
border-bottom: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;