Skip to content

Commit

Permalink
Expand RA/dec inputs so values are fully visible
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeccue committed Sep 9, 2024
1 parent c9843dc commit b268e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/projects/CreateProjectForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<b-field
:type="{'is-warning': warn.targetRA}"
label="RA"
style="width: 230px;"
style="width: 260px;"
>
<template #message>
<div v-if="warn.targetRA">
Expand All @@ -243,7 +243,7 @@
<b-field
:type="{'is-warning': warn.targetDec}"
label="Dec"
style="width: 230px;"
style="width: 260px;"
>
<template #message>
<div v-if="warn.targetDec">
Expand Down

0 comments on commit b268e6b

Please sign in to comment.