From b8b9a6eb4d22195d579c945f3e7e97fb502f0c0b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 3 Aug 2018 14:37:09 +0000 Subject: [PATCH] Bug 20044: (follow-up) Add min-width to .input_marceditor This patch adds a min-width property to the first .input_marceditor rule in order to prevent styled by Select2 from collapsing at narrower browser widths. To reproduce the bug, apply all patches on Bug 20044 except this one. Open the MARC editor and narrow the browser width to below 768 pixels. Reload the page and view a tab which contains a will have narrowed to be almost invisible. Apply the patch and reproduce the steps above. The