Skip to content

Commit

Permalink
Update tooltips.less
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Mar 15, 2022
1 parent 491b1f1 commit 1fbcc55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions war/src/main/less/modules/tooltips.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
box-shadow: var(--tooltip-shadow);
font-weight: 500;
font-size: 0.75rem;
backdrop-filter: saturate(2) blur(10px);
backdrop-filter: saturate(2) blur(15px);
max-width: unset !important;

.tippy-content {
Expand All @@ -17,7 +17,8 @@
.jenkins-table {
--table-background: rgba(black, 0.05);
--table-border-radius: 8px;
margin: calc(-0.55rem + 5px) calc(-0.8rem + 5px);

margin: -0.55rem -0.8rem;
width: 400px;
}
}
Expand Down

0 comments on commit 1fbcc55

Please sign in to comment.