Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra line breaks #385

Open
Daemach opened this issue May 15, 2023 · 1 comment
Open

Extra line breaks #385

Daemach opened this issue May 15, 2023 · 1 comment

Comments

@Daemach
Copy link

Daemach commented May 15, 2023

I'm using this in a UMD application. The only change I made was wrapping a mustache with as below, but the table is no longer dense because it's wrapping the values with paragraph tags. The markdown itself seems to be working.

<span v-if="props.row.type == 'info' || props.row.type == 'done'" > <q-markdown>{{props.row.message}}</q-markdown> </span>

image

image

@nucle
Copy link

nucle commented Jun 10, 2023

Hi,
try to override the style of your p tag.
BR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants