Skip to content

Commit

Permalink
Merge pull request #1063 from PrefectHQ/fix/prevent-list-header-blowout
Browse files Browse the repository at this point in the history
Fix: Prevent long content from blowing out the list header
  • Loading branch information
brandonreid authored Dec 19, 2023
2 parents 8ed8537 + 6cac6c6 commit 73b062f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"javascript.format.enable": false,
"eslint.alwaysShowStatus": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.options": {
"extensions": [
Expand Down
1 change: 1 addition & 0 deletions src/components/ListHeader/PListHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
}
.list-header__controls { @apply
min-w-0
grid
grid-cols-1
md:flex
Expand Down

0 comments on commit 73b062f

Please sign in to comment.