@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+
+Add responsive font size for form controls on mobile devices
@@ -238,4 +238,14 @@ label[for="floating-input"] {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
+}
+/**
+Forms on mobile devices
+ */
+.form-control,
+.form-select {
+ @include media-breakpoint-down(sm) {
+ font-size: 1rem;
+ }
}