Commit 2a4051a
committed
fix(webapp): align a select filter field with the options below it
The filter row padded its own left edge, and the bare input inside it also
carries left padding from @tailwindcss/forms, so the placeholder sat indented
past the options in the list. Dropping the row padding lets the input padding
line the text up.1 parent 6977dc0 commit 2a4051a
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
698 | | - | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
699 | 701 | | |
700 | 702 | | |
701 | 703 | | |
| |||
0 commit comments