nguyenvanduocit / obsidian-open-gate

Empower your Obsidian notes with seamless web integration.
https://open-gate.aiocean.io
MIT License
177 stars 7 forks source link

[BUG]: Too much long line "remove" / "hide" button #12

Closed Mara-Li closed 1 year ago

Mara-Li commented 1 year ago

Note : theme used is Anuppicin, maybe it's different with other theme.

image

Can be fixed using some css with, for example :

[data-gate-id] > .setting-item > .setting-item-info > .setting-item-description {
    max-width: 50em;
    overflow: hidden;
}
nguyenvanduocit commented 1 year ago

sorry, I fixed that but forgot to release. :D