fix(core): update

This commit is contained in:
2024-01-11 21:14:30 +01:00
parent a99d270ef1
commit e6b8e2de19
3 changed files with 9 additions and 3 deletions

View File

@ -55,12 +55,18 @@ export class DeesInputMultitoggle extends DeesElement {
}
.option {
color: #CCC;
position: relative;
padding: 0px 16px;
line-height: 40px;
cursor: pointer;
cursor: default;
width: min-content; /* Make the width as per the content */
white-space: nowrap; /* Prevent text wrapping */
transition: all 0.1s;
}
.option:hover {
color: #fff;
}
.indicator {