Skip to content
Snippets Groups Projects
Commit 8b68a89e authored by Theo Lesage's avatar Theo Lesage
Browse files

Widen the worker and model edition modals

parent b478660b
No related branches found
No related tags found
1 merge request!1650Widen the worker and model edition modals
......@@ -11,7 +11,7 @@
</button>
</slot>
<Modal v-model="openModal" :title="modalTitle">
<Modal v-model="openModal" :title="modalTitle" is-large>
<form class="form" v-on:submit.prevent="update">
<div class="field">
<label class="label">Name</label>
......
......@@ -10,7 +10,7 @@
</button>
</slot>
<Modal v-model="openModal" :title="title">
<Modal v-model="openModal" :title="title" is-large>
<form class="form" v-on:submit.prevent="update">
<div class="field">
<label class="label">Name</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment