[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
1 changed files with 6 additions and 0 deletions

View File

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