fix: Remove unnecessary modal style for smaller screens
This commit is contained in:
parent
77b4880893
commit
620ec34a38
1 changed files with 0 additions and 17 deletions
|
|
@ -232,23 +232,6 @@ body {
|
|||
}
|
||||
}
|
||||
.modal {
|
||||
.modal-dialog {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.modal-body .form-layout {
|
||||
margin: -15px;
|
||||
}
|
||||
|
||||
.file-upload {
|
||||
.input-upload {
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue