Skip to content

Commit

Permalink
Improve long results handling
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyfran committed Oct 29, 2024
1 parent 728b368 commit bf90f7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/command-bar/src/command-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,14 @@ class CommandBarResult extends LitElement {
.info {
display: flex;
flex-direction: column;
max-width: calc(100% - 5rem);
}
.info > * {
margin: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
`;

Expand Down

0 comments on commit bf90f7d

Please sign in to comment.