Skip to content

Commit feb08ae

Browse files
remove rounded corners on modals
fixes #1503
1 parent 4c5be5d commit feb08ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/less/ui/modals.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
//allow expandable height
2+
.modal-dialog .modal-content {
3+
border-radius: 0;
4+
}
5+
26
.expandable-modal {
37
height: auto !important;
48

0 commit comments

Comments
 (0)