Double border around tables from Confluence to Zendesk Sync

Beantwortet

6 Kommentare

  • Pulkit Pandey
    Community Moderator

    Hi Maddy Ben-Yoseph

    Please add the following CSS at the bottom of your style.css file

    .article-body td {
    border:1px solid #ddd;
    }
    table {
      border-collapse: collapse;
      border-spacing: 0;
    }

    Let me know if it solves your issue

    Thanks 

    Pulkit

    1
  • Bruce Michelsen

    Your second issue may be due to

    • a soft-return after the table.
    • no padding or margin above the heading.
    • no padding or margin after the table.
      Typically, Confluence tables have .confluenceTable or .table-wrap as classes. You could set a margin above and below the table by adding .table-wrap {margin: 8px 0;} to your CSS.
    0
  • Maddy Ben-Yoseph

    Thank you both so much! This fixed my issue - appreciate the help.

    0
  • John Brunker

    Can you share a link to the Confluence integration documentation. I'm not finding that anywhere. Thanks.

    0
  • Olivier Degardin

    Maddy Ben-Yoseph

    To fix your issue, add those personalized rows at the bottom of your style.css file:

    .article-body table {

    border-collapse: collapse;

    border-spacing: 0;

    }

    .article-body table tr td {

    padding: 5px;

    }

    0

Post ist für Kommentare geschlossen.

Powered by Zendesk