mirror of
https://github.com/pi-hole/web.git
synced 2026-04-30 21:51:44 +01:00
Inline form controls should use `width: auto`. Using `width: 100%` for `.form-inline .form-control` selector makes every inline form element 100% wide. This is not intended. Using a more specific selector force 100% only for controls inside datatables. Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>