mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 12:50:03 +04:00
Add responsive font size for form controls on mobile devices (#2248)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Add responsive font size for form controls on mobile devices
|
||||||
@@ -239,3 +239,13 @@ label[for="floating-input"] {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
Forms on mobile devices
|
||||||
|
*/
|
||||||
|
.form-control,
|
||||||
|
.form-select {
|
||||||
|
@include media-breakpoint-down(sm) {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user