From 90cdc55a7969721a6061e4a2a25ec64c399d5e76 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 12 Sep 2020 09:34:05 -0400 Subject: [PATCH] [frio] Increase modal width to accomodate longer words translations in jot --- view/theme/frio/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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 */