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

Embedding wide tables makes headers overflow #2274

Closed
Nitero opened this issue Mar 17, 2024 · 2 comments
Closed

Embedding wide tables makes headers overflow #2274

Nitero opened this issue Mar 17, 2024 · 2 comments
Labels
bug Something isn't working.

Comments

@Nitero
Copy link

Nitero commented Mar 17, 2024

What happened?

When a table is too long there is a horizontal scroll bar which works alright:

image

However if you now try to embed the note with that table it will look pretty ugly in live preview mode:

image

this css kind of fixes it, but also makes it look kind of ugly, so theres probably a better solution?

.markdown-embed,
.markdown-embed * {
  padding: 0 !important;
  margin: 0 !important;
}

image

DQL

TABLE "Image", "Note", "Channel", "Length", "Link", "Priority", "Views"
FROM #poems

JS

No response

Dataview Version

0.5.64

Obsidian Version

1.5.8

OS

Windows

@Nitero Nitero added the bug Something isn't working. label Mar 17, 2024
@GottZ
Copy link
Contributor

GottZ commented Mar 18, 2024

#2270 might fix it. I'll give it a try later.

@GottZ
Copy link
Contributor

GottZ commented Mar 23, 2024

@blacksmithgu this can be closed after the next public release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

3 participants