refactor(ui): consolidate filter control button styles and remove overflow from dropdowns

This commit is contained in:
jgor20
2026-01-11 17:19:20 +00:00
parent dde2910a1d
commit 29acb34ee3
3 changed files with 6 additions and 6 deletions

View File

@@ -382,7 +382,7 @@
}
.filter-control-item {
@apply w-full px-3 py-1.5 text-left text-[10px] font-mono hover:bg-white/5 transition-colors;
@apply block w-full px-3 py-1.5 text-left text-[10px] font-mono hover:bg-white/5 transition-colors;
}
/* Action Buttons */

2
public/css/style.css generated

File diff suppressed because one or more lines are too long