Files
Huntarr/frontend/static/css/app-select-fix.css

11 lines
345 B
CSS

/* Fix for Apps dropdown text padding */
#appsAppSelect {
padding-left: 20px !important; /* Add more padding to the left to match the logs dropdown */
text-align: left !important; /* Ensure text is left-aligned */
}
/* This ensures the text doesn't appear too close to the left edge */
#appsAppSelect option {
padding-left: 10px;
}