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
+6
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
*/