- updated code, added new settings;

This commit is contained in:
Vitalii Kiiko
2025-01-17 15:46:29 +01:00
parent 57995e9646
commit 61763a961b
9 changed files with 114 additions and 167 deletions

View File

@@ -58,6 +58,11 @@
flex-direction: column;
gap: 5px;
align-items: flex-start;
.tagHeader {
display: flex;
gap: 10px;
}
}
.label {

View File

@@ -31,6 +31,10 @@
}
}
.p-tag {
&.p-tag-secondary {
background-color: var(--table-border-color);
}
.p-tag-value {
color: var(--menuitem-active-color);
}
@@ -147,7 +151,7 @@
max-width: 100%;
}
.p-dropdown {
.p-dropdown, .p-chips, .p-chips-multiple-container {
width: 100%;
}