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

Fix responsive

parent e2191b5b
Branches
Tags
1 merge request!302Resolve "Appliquer la nouvelle feuille de paie au mode comparaison"
Pipeline #19988 passed
......@@ -91,7 +91,7 @@
]}
<li class="flex justify-between gap-2 text-sm">
<a
class="2xl:text-md max-w-32 cursor-pointer overflow-x-hidden text-ellipsis text-nowrap hover:underline sm:max-w-none lg:max-w-44 xl:max-w-none"
class="2xl:text-md xs:max-w-44 max-w-32 cursor-pointer overflow-x-hidden text-ellipsis text-nowrap hover:underline sm:max-w-32 lg:max-w-44 2xl:max-w-none"
href={newSimulationUrl({
...displayMode,
parametersVariableName: linkedVariableName,
......@@ -141,7 +141,7 @@
]}
<li class="flex justify-between gap-2 text-sm">
<a
class="2xl:text-md max-w-32 cursor-pointer overflow-x-hidden text-ellipsis text-nowrap hover:underline sm:max-w-none lg:max-w-44 xl:max-w-none"
class="2xl:text-md xs:max-w-44 max-w-32 cursor-pointer overflow-x-hidden text-ellipsis text-nowrap hover:underline sm:max-w-32 lg:max-w-44 2xl:max-w-none"
href={newSimulationUrl({
...displayMode,
parametersVariableName: linkedVariableName,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment