kanban / webapp /src /components /boardsSwitcherDialog /boardSwitcherDialog.scss
Leon4gr45's picture
Upload folder using huggingface_hub
13555f3 verified
.blockSearchResult {
display: flex;
gap: 12px;
overflow: hidden;
flex-direction: row;
width: 100%;
.CompassIcon {
font-size: 18px;
color: rgba(var(--center-channel-color-rgb), 0.56);
}
span {
display: inline-block;
height: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.resultTitle {
max-width: 60%;
}
.teamTitle {
right: auto;
margin-left: auto;
color: rgba(var(--center-channel-color-rgb), 0.56);
}
}