From c82d727b3348cd849da533e2610e70d7256a8660 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 22 Aug 2022 15:36:03 -0600 Subject: [PATCH] Setting a fixed width stops nm search from resizing with clear button --- api/templates/default/etemplate2.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 2e7630798a..fbb7cb2a54 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2213,7 +2213,8 @@ lion-validation-feedback[type] { flex: 5 1 auto; } -.nextmatch_header_row .search { +.nextmatch_header_row .search > * { + width: 16em; } .nextmatch_header_row > div > et2-select, .nextmatch_header_row > div > et2-select-cat {