Skip to content
Prev Previous commit
center differently to keep background color to full height
  • Loading branch information
MaggieCabrera committed Jan 27, 2023
commit 01f349f1067758c0ece5caab07a1c19c4cde62fd
3 changes: 2 additions & 1 deletion packages/block-editor/src/components/list-view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
// Use position relative for row animation.
position: relative;
display: flex;
align-items: center;

// The background has to be applied to the td, not tr, or border-radius won't work.
&.is-selected td {
Expand Down Expand Up @@ -244,6 +243,8 @@

.block-editor-list-view-block__menu-cell {
padding-right: $grid-unit-05;
display: flex;
align-items: center;

.components-button.has-icon {
height: 24px;
Expand Down