1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-05 19:10:10 +02:00

[preferences] make elements in query selecter align left

This commit is contained in:
MrPaulBlack 2021-09-24 18:01:20 +02:00
parent d24bcbb6f0
commit 7cb5099c88

View File

@ -4,6 +4,12 @@
}
}
#tab-contentquery table td,
#tab-contentquery table th {
text-align: left !important;
height: 3rem;
}
#main_preferences {
form {
width: 100%;