Skip to content

Commit 7c20a58

Browse files
committed
Add border radius and overflow hidden to .postbox
1 parent b03a05e commit 7c20a58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/wp-admin/css/edit.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ body.post-type-wp_navigation .inline-edit-status {
191191
position: relative;
192192
min-width: 255px;
193193
border: 1px solid #c3c4c7;
194+
border-radius: 8px;
195+
overflow: hidden;
194196
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
195197
background: #fff;
196198
}

0 commit comments

Comments
 (0)