mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 00:09:40 +02:00
feat(UI): tooltip html message support and width fix [EE-3445] (#8165)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
5cbf52377d
commit
a1528475ba
3 changed files with 8 additions and 2 deletions
|
@ -7,10 +7,11 @@
|
|||
color: var(--text-tooltip-color) !important;
|
||||
border-radius: 10px !important;
|
||||
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
|
||||
min-width: 300px;
|
||||
min-width: 50px;
|
||||
font-size: 1rem !important;
|
||||
text-align: left;
|
||||
font-weight: 400;
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
.tooltip:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue