Skip to main content
Sign in
Snippets Groups Projects
Commit 6cb1ffdc authored by David Smadja's avatar David Smadja
Browse files

truncate parameter labels on 1 line and add title for full-text display on mouseover

parent a018468e
No related branches found
No related tags found
No related merge requests found
Pipeline #21323 passed
...@@ -138,9 +138,10 @@ ...@@ -138,9 +138,10 @@
<div <div
bind:this={stickyDiv} bind:this={stickyDiv}
data-depth={depth} data-depth={depth}
class="sticky-element flex {depth === 1 class="sticky-element flex truncate {depth === 1
? '' ? ''
: 'h-8'} w-full items-center text-gray-600" : 'h-8'} w-full items-center text-gray-600"
title={billParameter.title}
style="top: {top}rem;" style="top: {top}rem;"
> >
<button <button
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment