From 743e263c98f2749233c717b756f6737f19d0c9e8 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 8 Apr 2022 22:08:34 -0400 Subject: [PATCH] APIv4 Explorer - Adjust 'Index' field to fit better on narrow screens --- css/api4-explorer.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/api4-explorer.css b/css/api4-explorer.css index b2cfa771cb..69c05da335 100644 --- a/css/api4-explorer.css +++ b/css/api4-explorer.css @@ -157,6 +157,10 @@ width: 20em; } +#bootstrap-theme.api4-explorer-page .form-control.api4-index { + width: 8em; +} + /* Another weird shoreditch fix */ #bootstrap-theme .form-inline div.checkbox { margin-right: 1em; -- 2.25.1