Skip to content

Commit

Permalink
adjustment margin in header window empty
Browse files Browse the repository at this point in the history
lucasferreiralimax committed Oct 15, 2024
1 parent 0a3e3f5 commit 356036a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -50,6 +50,7 @@
.up-window-header {
display: flex;
flex-direction: column;
margin-bottom: 20px;
}

.up-window-title,
@@ -67,7 +68,7 @@
}

.up-window-body {
margin: 20px 0;
margin: 0 0 20px;
}

.up-window-footer {

0 comments on commit 356036a

Please sign in to comment.