mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-12-12 13:23:15 +00:00
FIX: Ajustement du style du formulaire dans ActionToolbarComponent
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
class="btn btn-link p-0"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
right: 0.5rem;
|
||||
font-size: 2rem;
|
||||
line-height: 1;
|
||||
@@ -26,7 +25,7 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<form @submit.prevent="submitAction">
|
||||
<form class="p-2" @submit.prevent="submitAction">
|
||||
<comment-editor-component
|
||||
v-model="content"
|
||||
:motive="motive"
|
||||
|
||||
Reference in New Issue
Block a user