added v2 of cpeprov
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
text-align: center; /* Center text */
|
||||
}
|
||||
|
||||
/* Make tooltip visible when showTooltip is true */
|
||||
/* Make tooltip visible on hover */
|
||||
.tt-tooltip-wrapper:hover .tt-tooltip-box {
|
||||
opacity: 1;
|
||||
}
|
||||
@@ -89,7 +89,8 @@
|
||||
border-color: transparent #333 transparent transparent;
|
||||
}
|
||||
|
||||
/* The problematic 'width: 100% !important;' has been removed from the selector below.
|
||||
*/
|
||||
.tt-tooltip-wrapper > * {
|
||||
display: inline-block; /* Ensure the tooltip wrapper behaves correctly */
|
||||
width: 100% !important;
|
||||
}
|
||||
Reference in New Issue
Block a user