Skip to content

Commit

Permalink
Merge pull request #10 from barisunsalhn/tooltip-on-attachment-not-fu…
Browse files Browse the repository at this point in the history
…lly-shown

Max width for tooltip is disabled ...
  • Loading branch information
Kuuchuu authored May 9, 2024
2 parents af44fe9 + f7b8dda commit 7281b63
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions webapp/src/widgets/tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ $tooltop-vertical-offset: 2px;
text-shadow: rgba(0, 0, 0, 0.098) 1px 1px 1px;
box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0;
min-width: 2em;
max-width: 21em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}

Expand Down Expand Up @@ -102,8 +99,6 @@ $tooltop-vertical-offset: 2px;
}
// Bottom tooltip body style
&.tooltip-bottom:hover::after {
left: 50%;
top: calc(100% + 4px);
transform: translate(-50%, -#{$tooltop-horizontal-offset});
}
}

0 comments on commit 7281b63

Please sign in to comment.