Skip to content

Commit

Permalink
V8: Even out the padding in dialog footers (#6800)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjac authored and nul800sebastiaan committed Oct 29, 2019
1 parent 4be1c3b commit 150cd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Umbraco.Web.UI.Client/src/less/modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
top: 0px;
left: 0px;
right: 0px;
bottom: 52px;
bottom: 49px;
}
.umb-dialog-body .umb-pane{margin-top: 15px;}

Expand All @@ -111,7 +111,7 @@
left: 0px;
right: 0px;
bottom: 0px;
padding: 20px;
padding: 8px;
margin: 0;

.btn.umb-outline {
Expand Down

0 comments on commit 150cd07

Please sign in to comment.