Skip to content

Commit

Permalink
[Hotfix] Fixed Issue with Close Button Placement
Browse files Browse the repository at this point in the history
In the list entry modal, the close button would be next to the entry's title instead of being always at the top-right of the modal.
  • Loading branch information
AurelicButter committed May 11, 2024
1 parent d2a9f5b commit 662583b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
.modal-header {
font-size: 20px;
height: 85px;
justify-content: space-between;
}

.modal-header>h1 {
Expand Down

0 comments on commit 662583b

Please sign in to comment.