Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Nov 25, 2024
1 parent 2f533b8 commit e657fc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@

.dataviews-view-table & {
margin-bottom: $grid-unit-10;
display: block;
}
}

Expand Down
7 changes: 2 additions & 5 deletions packages/fields/src/fields/featured-image/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,10 @@ fieldset.fields-controls__featured-image {
}

.dataviews-view-table__cell-content-wrapper {
.fields-controls__featured-image-image {
width: 32px;
height: 32px;
}

.fields-controls__featured-image-image,
.fields-controls__featured-image-placeholder {
width: 32px;
height: 32px;
display: block;
}
}

0 comments on commit e657fc8

Please sign in to comment.