[frio] Increase modal width to accomodate longer words translations in jot

This commit is contained in:
Hypolite Petovan 2020-09-12 09:34:05 -04:00
parent bc5a1e5ace
commit 90cdc55a79
1 changed files with 6 additions and 0 deletions

View File

@ -2994,6 +2994,12 @@ main .nav-tabs>li.active>a:hover {
border-color: #eee;
}
@media (min-width: 768px) {
.modal-dialog {
width: 650px;
}
}
/*
* Framework overwrite
*/