Skip to content
Snippets Groups Projects
Commit b82829e8 authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Ajoute un gap entre le bouton éditer et le titre du cas type

parent 75480293
No related tags found
1 merge request!81Modification UI vue comparée avant mep
Pipeline #3550 passed
...@@ -237,9 +237,11 @@ ...@@ -237,9 +237,11 @@
> >
<!-- Title & close button of the two test cases to compare --> <!-- Title & close button of the two test cases to compare -->
<div class="flex justify-between gap-10"> <div class="flex justify-between gap-10">
<div class="flex flex-col sm:flex-row md:flex-col xl:flex-row w-1/2"> <div
class="flex flex-col sm:flex-row md:flex-col xl:flex-row w-1/2 gap-4"
>
{#if !displayMode.edit} {#if !displayMode.edit}
<div class="justify-items-end"> <div class="justify-items-start">
<button <button
class="inline-flex items-center text-gray-500 hover:text-black" class="inline-flex items-center text-gray-500 hover:text-black"
on:click={() => dispatch("toggleEdit")} on:click={() => dispatch("toggleEdit")}
...@@ -260,7 +262,7 @@ ...@@ -260,7 +262,7 @@
</div> </div>
</div> </div>
<div <div
class="flex flex-col sm:flex-row md:flex-col xl:flex-row w-1/2 justify-items-end" class="flex flex-col sm:flex-row md:flex-col xl:flex-row w-1/2 justify-items-end gap-4"
> >
<h1 <h1
class="font-bold overflow-hidden text-ellipsis text-gray-600 order-last sm:order-none md:order-last xl:order-none" class="font-bold overflow-hidden text-ellipsis text-gray-600 order-last sm:order-none md:order-last xl:order-none"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment