Skip to content

Commit

Permalink
addressed pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefe223 committed Mar 8, 2023
1 parent b9822d6 commit 05ffe80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-components/src/text/text.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ export const styles = css`
overflow: visible;
text-overflow: clip;
margin: 0;
display: inline;
}
:host([nowrap]) ::slotted(*) {
white-space: nowrap;
overflow: hidden;
Expand Down

0 comments on commit 05ffe80

Please sign in to comment.