Skip to content

Commit 2481a77

Browse files
committed
fixed the size and centered the modal form
1 parent a6277f7 commit 2481a77

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

quick-start/src/main/resources/static/css/quick-start.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,13 @@ ul.nav.abn-tree i {
207207
padding: 3px;
208208
}
209209

210+
.modal-sm {
211+
width: 600px;
212+
}
213+
210214
.modal-content {
211-
width: 600px;
215+
width:inherit;
216+
height:inherit;
212217
margin: 0 auto;
213218
}
214219

0 commit comments

Comments
 (0)