-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
nextcloud-vue/src/components/NcDialog/NcDialog.vue
Lines 393 to 394 in c8da0f4
| padding-block: 4px 8px; // 4px to align with close button, 8px block-end to allow the actions a margin of 4px for the focus visible outline | |
| padding-inline: 12px 8px; // Same as with padding-block, we need the actions to have a margin of 4px for the button outline |
The padding specified in the above rules is not applied correctly. To solve this problem !important should be added to those two lines.
Metadata
Metadata
Assignees
Labels
No labels