From 9a48a60d28f49ada03fcc212855f221cd5a55739 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 21 May 2019 16:18:12 -0500 Subject: [PATCH] Add "full justify" for grid filter pseudo-column elements at least the field name and verb columns, for now... --- tailbone/static/themes/falafel/css/filters.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tailbone/static/themes/falafel/css/filters.css b/tailbone/static/themes/falafel/css/filters.css index 0681f29f..6deff7b0 100644 --- a/tailbone/static/themes/falafel/css/filters.css +++ b/tailbone/static/themes/falafel/css/filters.css @@ -6,3 +6,17 @@ .filters .filter { margin-bottom: 0.5rem; } + +.filters .filter-fieldname .field, +.filters .filter-fieldname .field label { + width: 100%; +} + +.filters .filter-fieldname .field label { + justify-content: left; +} + +.filters .filter-verb .select, +.filters .filter-verb .select select { + width: 100%; +}