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:
Michael Vogel 2020-09-12 20:40:21 +02:00 committed by GitHub
commit cb647b5b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
*/