Compare commits
2 Commits
f682b47bd0
...
0368fbf26c
| Author | SHA1 | Date | |
|---|---|---|---|
| 0368fbf26c | |||
| 8d57f3c52b |
12
css/crm.css
12
css/crm.css
@ -5299,8 +5299,12 @@
|
|||||||
.tags .custom-tooltip{
|
.tags .custom-tooltip{
|
||||||
top: 70px;
|
top: 70px;
|
||||||
width: auto;
|
width: auto;
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
display: grid;
|
display: grid;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-dialog-mask {
|
||||||
|
z-index: 99999 !important;
|
||||||
}
|
}
|
||||||
10659
templates/footer.php
10659
templates/footer.php
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user