From 1a13631f0e0722851abb9062df735675a2df5bf0 Mon Sep 17 00:00:00 2001 From: Alexander Purr <purr@ub.uni-leipzig.de> Date: Tue, 21 Jan 2020 18:11:35 +0100 Subject: [PATCH] refs #16777 [fid_adlr] recent searches modal with full with --- themes/fid_adlr/scss/compiled.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/fid_adlr/scss/compiled.scss b/themes/fid_adlr/scss/compiled.scss index e149f367713..5210d9cef0b 100644 --- a/themes/fid_adlr/scss/compiled.scss +++ b/themes/fid_adlr/scss/compiled.scss @@ -2982,4 +2982,8 @@ footer { @media screen and (max-width: $screen-xs-max) { border: 0; } +} + +.modal-full-width { + width: 100%; } \ No newline at end of file -- GitLab