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

Règle la taille des onglets

parent 0972b9a3
Branches
Tags
1 merge request!84Ajuste ui modale selection cas types
Pipeline #3769 passed
......@@ -434,9 +434,11 @@
</div>
<div id="situation_{situationsToCompareIndex.join('_')}_waterfall">
{#if variableSummaryByName !== undefined}
<div class="flex justify-between">
<div class="flex justify-between bg-gray-100">
<!--Onglets-->
<div class="flex w-2/12 flex-col justify-between bg-gray-100 md:w-1/12">
<div
class="flex w-2/12 flex-col justify-between bg-gray-100 md:w-1/12 min-h-[30em] max-h-[38em]"
>
{#each waterfalls as { icon, label, name }}
<button
class="flex grow items-center justify-around shadow-inner"
......
......@@ -93,11 +93,11 @@
<div id="situation_{situationIndex}_waterfall" class="bg-white">
{#if variableSummaryByName !== undefined}
<div class="flex justify-between">
<div class="flex justify-between bg-gray-100">
{#if !displayMode.compact}
<!--Onglets-->
<div
class="flex w-2/12 flex-col justify-between bg-gray-100 md:w-1/12 min-h-[30em]"
class="flex md:w-1/12 w-2/12 flex-col justify-between bg-gray-100 min-h-[30em] max-h-[38em]"
>
{#each waterfalls as { icon, label, name }}
<button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment