Skip to content
Snippets Groups Projects
Commit 4bcae4f2 authored by Arkerthan's avatar Arkerthan
Browse files

Remove inline-block from elements with tooltips so they don't break together with .indent

parent 1be8ea62
No related branches found
No related tags found
1 merge request!9356Remove inline-block from elements with tooltips so they don't break together with .indent
/* TODO unify tooltip systems */
.textWithTooltip {
position: relative;
display: inline-block;
text-decoration: underline;
text-decoration-color: lightblue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment