Skip to content

Commit

Permalink
Make experiment notes box taller (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley authored Sep 14, 2022
1 parent 3bb31bb commit 96fc67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_client/src/components/ControlPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,12 @@ export default {
filled
:disabled="!experimentIsEditable"
no-resize
height="60px"
height="95px"
hide-details
name="input-experiment-notes"
label="Experiment Notes"
placeholder="There are no notes on this experiment."
class="ma-3"
class="mx-3"
@input="handleExperimentNoteChange"
/>
<v-row no-gutters>
Expand Down

0 comments on commit 96fc67a

Please sign in to comment.