Skip to content

Commit

Permalink
Added more custom styling to the code metric filter tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed Nov 17, 2023
1 parent 2e22b01 commit c8b1cb3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion html/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,17 @@ input::-webkit-calendar-picker-indicator {
height: 3rem!important;
}

.tooltip.show {
opacity: 1!important;
}

.tooltip-inner {
border-radius: 0!important;
max-width: 400px!important;
max-width: 350px!important;
}

.tooltip[data-popper-placement='right'] > .tooltip-inner {
text-align: left!important;
}

.modal-content {
Expand Down

0 comments on commit c8b1cb3

Please sign in to comment.