Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(confirmation-dialog): Fixes an issue with blocking space above th…
Browse files Browse the repository at this point in the history
…e confirmation dialog.
  • Loading branch information
tomheller authored and nimrod13 committed Apr 21, 2021
1 parent c84fac5 commit c6a15bb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

.dt-confirmation-dialog-wrapper {
width: 100%;
padding: 16px;
margin-left: 16px;
margin-right: 16px;
margin-bottom: 16px;
}

.dt-confirmation-dialog-container {
Expand Down

0 comments on commit c6a15bb

Please sign in to comment.