Skip to content

Commit

Permalink
long label displayed when selected
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-g committed Nov 23, 2018
1 parent c01e5e1 commit 2ef9a98
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ud-stepper.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,14 @@
}


:host(:not([vertical])) .header:hover {
:host(:not([vertical])) .header:hover,
:host(:not([vertical])) .header[selected] {
overflow: visible;
}

:host(:not([vertical])) .header:hover .label-text .main {
:host(:not([vertical])) .header:hover .label-text .main,
:host(:not([vertical])) .header[selected] .label-text .main
{
max-width: fit-content;
}

Expand Down Expand Up @@ -202,7 +205,7 @@
display: inline-block;
position: relative;
width: 1px;
left: 3px;
left: 6px;
margin-top: -10px;
margin-bottom: -16px;
background-color: rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit 2ef9a98

Please sign in to comment.