You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tooltip on task in the plan editor cannot be adjusted using css unless !important is used. Find and implement a better solution without !important. See 02f6744 in #168
Tooltip on task in the plan editor cannot be adjusted using css unless
!important
is used. Find and implement a better solution without!important
. See 02f6744 in #168Currently implementation can be found in src/styles/global.scss.
The css rule is:
The tooltip is from package tippyjs used in react-maintenance-planner and the
max-width
is added as inline style in the div element.@blcham
The text was updated successfully, but these errors were encountered: