diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-09-26 15:33:27 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-26 15:33:27 +0200 |
commit | 9b86b12db8d08061cc489b38477621655dd8b3d4 (patch) | |
tree | ada6d84a532bd5704f9bc819b6a6fa6427ca6539 /components/ModelForm.vue | |
parent | e739a0e434ea122a974a49bc74aa27a419bf9186 (diff) |
Fix responsive padding
Diffstat (limited to 'components/ModelForm.vue')
-rw-r--r-- | components/ModelForm.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/ModelForm.vue b/components/ModelForm.vue index 90f33b9..f0edb64 100644 --- a/components/ModelForm.vue +++ b/components/ModelForm.vue @@ -135,7 +135,7 @@ placeholder="PLA" v-model="form.material" ) - .py-3.text-right(class="sm:px-6") + .py-3.px-4.text-right(class="sm:px-6") button.inline-flex.justify-center.rounded-md.border.border-transparent.bg-green-600.py-2.px-4.text-sm.font-medium.text-white.shadow-sm( type="submit" :class="{'hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-green-500 focus:ring-offset-2': true, 'opacity-25 cursor-default': isLoading}" |