Skip to content

Commit

Permalink
fix(messagebox): remove min-height from dialogue boxes (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaaop authored Dec 15, 2024
1 parent 4541ce1 commit e67963e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Web/static/css/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ body.dimmed > .dimmer #absolute_territory {
z-index: 1024;
position: fixed;
width: 420px;
min-height: 200px;
top: 50%;
left: 50%;
margin-right: -50%;
Expand Down Expand Up @@ -50,7 +49,6 @@ body.dimmed > .dimmer #absolute_territory {

.ovk-diag-body {
padding: 20px;
min-height: 110px;
}

.ovk-diag-action {
Expand Down

0 comments on commit e67963e

Please sign in to comment.