mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-12-12 21:33:13 +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"
|
class="btn btn-link p-0"
|
||||||
style="
|
style="
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0.5rem;
|
|
||||||
right: 0.5rem;
|
right: 0.5rem;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
@@ -26,7 +25,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form @submit.prevent="submitAction">
|
<form class="p-2" @submit.prevent="submitAction">
|
||||||
<comment-editor-component
|
<comment-editor-component
|
||||||
v-model="content"
|
v-model="content"
|
||||||
:motive="motive"
|
:motive="motive"
|
||||||
|
|||||||
Reference in New Issue
Block a user