Fix tooltip align

This commit is contained in:
Ilia Ross
2025-07-16 18:28:44 +03:00
parent f17f92c5c0
commit 147a10dd8a

View File

@ -244,6 +244,7 @@ td:not(:hover) .ui_link_help {
[data-tooltip][aria-label] {
position: relative;
vertical-align: top;
}
[data-tooltip][aria-label]::after {