Merge pull request #9187 from MrPetovan/bug/9182-frio-modal-width
[frio] Increase modal width to accomodate longer words translations in jot
This commit is contained in:
commit
cb647b5b6c
1 changed files with 6 additions and 0 deletions
|
@ -2994,6 +2994,12 @@ main .nav-tabs>li.active>a:hover {
|
|||
border-color: #eee;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.modal-dialog {
|
||||
width: 650px;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Framework overwrite
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue