marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
237 stars 36 forks source link

[Question] how to increase table width? #128

Closed dhruvinsh closed 3 months ago

dhruvinsh commented 3 months ago

I am using minimal theme (but on default theme as well) how can I increase the width of the table to full view?

dhruvinsh commented 3 months ago

Found it,

.jira-table-fix { 
    .cm-content {
        div {
            width: unset !important;
        }
    }
    .table {
        width: 100% !important;
    }
}

Use frontmatter property with cssclasses set to jira-table-fix