Skip to content

Commit

Permalink
[CSS] fix: riskassessment edit modal width increase
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia authored and Théo David committed Oct 4, 2021
1 parent 25da667 commit 87de57b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions css/digiriskdolibarr.css
Original file line number Diff line number Diff line change
Expand Up @@ -3375,6 +3375,11 @@ td > .risk-evaluation-container {
max-height: 750px;
}

.risk-evaluation-edit-modal .modal-container {
max-width: 1500px;
max-height: 750px;
}

.wpeo-modal .modal-container ul, .wpeo-modal .modal-container li {
margin: 0;
list-style-type: none;
Expand Down
2 changes: 1 addition & 1 deletion css/digiriskdolibarr.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions css/scss/modal/_riskassessment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
max-width: 1500px;
max-height: 750px;
}

.risk-evaluation-edit-modal .modal-container {
max-width: 1500px;
max-height: 750px;
}

0 comments on commit 87de57b

Please sign in to comment.