Fixing placeholder text in search bar input field.

This commit is contained in:
aditii2712
2025-03-06 01:24:52 +05:30
committed by Veloman Yunkan
parent 33c83eec4b
commit 5729b6540c
2 changed files with 8 additions and 2 deletions

View File

@@ -34,6 +34,12 @@
width: 20em;
}
#kiwixsearchbox {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
#kiwix_serve_taskbar_home_button button {
overflow: hidden;
text-overflow: ellipsis;