Fix .form-select start-padding selector in .input-icon (#2625)

Co-authored-by: codecalm <codecalm@gmail.com>
This commit is contained in:
Guillaume Sainthillier
2026-07-30 18:27:10 +02:00
committed by GitHub
co-authored by codecalm
parent ef18be5abe
commit c527135aae
4 changed files with 13 additions and 8 deletions
@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Fixed `.input-icon` inline-start padding for `.form-select` by updating the selector from `:not(:last-child)` to `:not(:first-child)`.