Cannot set "white-space: pre-line" only #15938
Unanswered
dogukanarig
asked this question in
General - Components / Directives / etc
Replies: 1 comment
-
Can you please make a codepen |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a custom CSS class for q-item-label. I want to show the spaces in the text with this class, but white-space: pre-line is not working as intended. Can you please help me?
`
<style lang="sass"> .qweet-content white-space: pre-line </style>
Beta Was this translation helpful? Give feedback.
All reactions