Fix: Agent name overflow in dropdown menu (#2047)
* Fixes agent name overflow Co-authored-by: Sivin Varghese <64252451+sivin-git@users.noreply.github.com> Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
@@ -292,6 +292,14 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.multiselect-wrap--small {
|
||||
&::v-deep .multiselect__element {
|
||||
span {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.close-button {
|
||||
position: absolute;
|
||||
right: $space-normal;
|
||||
|
||||
Reference in New Issue
Block a user