Skip to content

Commit 875667a

Browse files
committed
fix(ui): adjust tooltip position
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent c7be929 commit 875667a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vulnerabilities/templates/weakness_curation.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@
159159
}
160160

161161
.has-tooltip-top::before {
162-
left: 0 !important;
163-
transform: translateY(-4.3rem) !important;
162+
transform: translate(-5% , -100%) !important;
164163
}
165164

166165
</style>

0 commit comments

Comments
 (0)