Skip to content

Commit

Permalink
💄 fix #10713
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Mar 24, 2024
1 parent e4881cc commit ab89de0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/src/assets/scss/business/_av.scss
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,16 @@
border-bottom: .5px solid var(--b3-border-color);
}

&--url.b3-chip {
max-width: 120px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
vertical-align: top;
height: 20px;
}

& > .av__cellicon {
margin: 0 5px;
height: 10px;
Expand Down

0 comments on commit ab89de0

Please sign in to comment.