Skip to content

Commit

Permalink
fix(maz-ui): MazDialog - add padding to bottom when no footer
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Dec 5, 2024
1 parent 27660a6 commit 1a77455
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/cli/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ export default antfu(
{
formatters: true,
typescript: true,
ignores: ['components_tmp/**/*'],
rules: {
'vue/custom-event-name-casing': ['error', 'kebab-case'],
'n/prefer-global/process': 'off',
'no-console': 'off',
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/components/MazDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ if (props.scrollable) {
flex: 0 0 auto;
}
& .--bottom-padding {
&.--bottom-padding {
@apply maz-pb-4;
}
}
Expand Down

0 comments on commit 1a77455

Please sign in to comment.