diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 83ae18ebfb..dcdcc8b4bc 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2994,6 +2994,12 @@ main .nav-tabs>li.active>a:hover { border-color: #eee; } +@media (min-width: 768px) { + .modal-dialog { + width: 650px; + } +} + /* * Framework overwrite */