Various Tweaks (#20713)

* Adjust for commutes

* Tweaks

* Don't show no models view in grid

* Add text-md to inputs

* Adjust train title for mobile

* Cleanup prompt more

* Use i18n functions for tooltip

* Fix model complexity causing crash

* Cleanup
This commit is contained in:
Nicolas Mowen
2025-10-29 09:40:50 -05:00
committed by GitHub
parent 61549a0151
commit 29bc213c04
9 changed files with 97 additions and 57 deletions
@@ -207,7 +207,7 @@ export default function Step1NameAndDefine({
</FormLabel>
<FormControl>
<Input
className="h-8"
className="text-md h-8"
placeholder={t("wizard.step1.namePlaceholder")}
{...field}
/>
@@ -448,7 +448,7 @@ export default function Step1NameAndDefine({
<FormControl>
<div className="flex items-center gap-2">
<Input
className="h-8"
className="text-md h-8"
placeholder={t("wizard.step1.classPlaceholder")}
{...field}
/>