Skip to content

Commit 92cfca3

Browse files
author
Tim Messerschmidt
committed
Adjusts lightbox size
Increases the height of the lightbox to make sure all fields are visible.
1 parent 4b71621 commit 92cfca3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css/app.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ form {
7575
padding: 35px 20px 20px;
7676
}
7777

78+
form.modal-body {
79+
max-height: 500px;
80+
}
81+
7882
@media (min-width: 0) and (max-width: 660px) {
7983
.nav-tabs > li > a {
8084
padding: 8px;
@@ -85,4 +89,4 @@ form {
8589
.edit {
8690
float: none;
8791
}
88-
}
92+
}

0 commit comments

Comments
 (0)