diff options
author | 2022-02-13 16:50:51 +0100 | |
---|---|---|
committer | 2022-02-13 16:50:51 +0100 | |
commit | ad4897c2c3df493bceea6c231cbe3733148db1dc (patch) | |
tree | 20e035415cf08574e06c98fbc6cf613aa9bc1247 /pydis_site/static/css | |
parent | Add fuzzysort as a local dependency. (diff) |
Edge case: Fix a bug with overflow on Chrome.
Diffstat (limited to 'pydis_site/static/css')
-rw-r--r-- | pydis_site/static/css/resources/resources.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/static/css/resources/resources.css b/pydis_site/static/css/resources/resources.css index 36fa51dc..79e153d9 100644 --- a/pydis_site/static/css/resources/resources.css +++ b/pydis_site/static/css/resources/resources.css @@ -94,7 +94,6 @@ display: block; /* By default, we hide the search tag. We'll add it only when there's a search happening. */ .tag.search-query { display: none; - max-width: fit-content; min-width: fit-content; } .tag.search-query .inner { |