mirror of https://github.com/portainer/portainer
fix(tooltip): inconsistent tooltip component EE-2472 (#6508)
* Fixed tooltip styling * match old tooltip styling * Match font sizepull/6514/head
parent
6f6f78fbe5
commit
ad7f87122d
|
@ -11,6 +11,9 @@
|
|||
border: 1px solid var(--border-tooltip-color) !important;
|
||||
border-radius: 0.14285714rem !important;
|
||||
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15) !important;
|
||||
max-width: 200px;
|
||||
text-align: center;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
Loading…
Reference in New Issue