Replies: 1 comment
-
I solved this issue with by adding a new css file to snipettes with: .dashboard div.markdown-preview-section > div.el-pre > div.block-language-dataviewjs > p > span > ul {
list-style: none;
display: flex;
column-gap: 50px;
flex-flow: row wrap;
}
.dashboard div.block-language-dataviewjs > p > span > ul > li {
min-width: 250px;
width: 15%;
list-style-type: none;
}
.dashboard div.block-language-dataviewjs > p > span > ul > li ::marker {
font-size: 0.8em;
} Probably it could be better, but for me it's working |
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
-
Hello I tried to make a dataviewjs to fill the lists of the dashboard:
In the end I render the list but no css is applied to format the lists! Is this possible? I was trying to make my dashboard a little more dynamic!
Thank you
Beta Was this translation helpful? Give feedback.
All reactions