Skip to content

Commit

Permalink
chore: expansion tile bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiya10 committed Apr 20, 2024
1 parent 906d244 commit a9d7d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/config/ExpansionConfigTile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const slots = useSlots();
grid-template-rows: min-content 1fr;
border-bottom: 1px solid var(--p-surface-600);
padding-bottom: 4px;
margin-bottom: 4px;
margin-bottom: 16px;
}
.expansion-config-tile.disabled {
Expand Down

0 comments on commit a9d7d6f

Please sign in to comment.