Skip to content

Commit

Permalink
fix visual issue on spawner tab
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 18, 2024
1 parent 0395a65 commit 5d3da80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/tabs/spawners/spawners.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class SpawnersComponent extends EditorBaseTableComponent<EditingType> {
{
field: 'npcIds',
headerName: 'NPCs',
cellClass: 'leading-4 whitespace-break-spaces',
flex: 1,
cellDataType: 'text',
sortable: false,
Expand Down

0 comments on commit 5d3da80

Please sign in to comment.