Force MadCap Code Snippets to respect table cell margins

This forum is for all Flare related Tips and Tricks.
Have a tip or trick you use while working in Flare? Share it here.
Post Reply
trent the thief
Propellus Maximus
Posts: 613
Joined: Wed Feb 01, 2006 6:21 am
Location: Off in the dark....

Force MadCap Code Snippets to respect table cell margins

Post by trent the thief »

Add this to your css and it will force your code snippets to remain within a table cell and display a scroll bar on overflow.

MadCap|codeSnippetBody.table
{
width: 100%;
overflow: scroll;
}
Trent.

Certifiable.

Image

umm...
I meant MAD Certified.

Official Propeller Beanie Owner :-)

:flare: Are you on Flare's Slack channels? PM me for an invitation! :flare:
Post Reply