_integrations.scss 288 B

12345678910111213141516
  1. // Mermaid.js diagram div
  2. div.mermaid {
  3. width: 100%;
  4. text-align: center;
  5. margin-bottom: 1rem;
  6. }
  7. // Plotly chart
  8. div.chart {
  9. max-width: 100%;
  10. margin-left: auto;
  11. margin-right: auto;
  12. margin-bottom: 1rem;
  13. // Add horizontal scroll on mobile since Plotly
  14. overflow-x: auto;
  15. }