Skip to content

Commit

Permalink
Data views: Remove min-width style on table cells (#58204)
Browse files Browse the repository at this point in the history
* Remove min-width style

* Reduce title maxwidth
  • Loading branch information
jameskoster authored Jan 25, 2024
1 parent 3da4d44 commit fae5b9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@
padding: $grid-unit-15;
white-space: nowrap;

@include break-huge() {
min-width: 200px;
}

&[data-field-id="actions"] {
text-align: right;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/page-pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export default function PagePages() {
__( '(no title)' )
);
},
maxWidth: 400,
maxWidth: 300,
enableHiding: false,
},
{
Expand Down

0 comments on commit fae5b9a

Please sign in to comment.