mirror of
https://github.com/plexguide/Huntarr.git
synced 2026-01-01 00:11:29 -06:00
11 lines
345 B
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;
|
|
}
|