diff --git a/static/style.css b/static/style.css index fc5a7ff..a612f74 100644 --- a/static/style.css +++ b/static/style.css @@ -222,6 +222,13 @@ aside { /* Sorting and Search */ +.search_label { + max-width: 100px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + select { background: var(--outside); transition: 0.2s all; diff --git a/templates/search.html b/templates/search.html index 7aeca0f..f97a4e9 100644 --- a/templates/search.html +++ b/templates/search.html @@ -10,7 +10,7 @@ {% if sub != "" %}
- +
{% endif %} - + {% endif %}