From 4aaf3d69f8b2162a61a04971be60dc15ae2f2ab4 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 12 Feb 2025 11:11:38 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20Update=20roadmap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- assets/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f3a7a9..c50c853 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The plugin is designed to work out of the box with minimal configuration. Howeve ## Roadmap - ~~tag close functionality~~ -- general reset button +- ~~general reset button~~ - pagination ## Changelog diff --git a/assets/style.css b/assets/style.css index d31094b..4386700 100644 --- a/assets/style.css +++ b/assets/style.css @@ -19,7 +19,7 @@ } .search-tax { - align-items: flex-start; /* Ensures each
aligns to the top */ + align-items: flex-start; display: flex; gap: 1rem; margin-bottom: 1.25rem; @@ -61,8 +61,8 @@ padding: 10px; position: absolute; top: 100%; - z-index: 10; width: 100%; + z-index: 10; } /* Show Dropdown Menu */