- added rapresentante dynamic tag;
- added full user name dynamic tag; - translated dynamic tags; - fixed issue related to number form field;
This commit is contained in:
@@ -102,6 +102,22 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
.p-autocomplete-token-label, .p-autocomplete-item.p-highlight {
|
||||
color: white;
|
||||
}
|
||||
.p-autocomplete-token-icon {
|
||||
path {
|
||||
fill: white;
|
||||
}
|
||||
}
|
||||
.p-autocomplete-multiple-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.p-dropdown-panel, .p-dropdown-panel *, .p-dialog-content {
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
.p-dialog-content {
|
||||
padding: 1rem 1.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user