
I have a macro that produces a "card" in the chat pane. Some of the
text is long, so I was expecting the width of the card to grow when I
increase the size of the chat pane. But it does not. Below is a
portion of my macro. &{template:power}
{{name=Flexible Attack}} {{atwill=1}} {{type=At-Will}}
{{action-range-flag=1}} {{action=Flexible Action}} {{Effect-1=1}} {{cust1=1}} {{cust1-subcust1=1}} {{cust1-subcust1-desc= **Special:**
Use your natural attack roll to trigger one of your flexible attack
powers. If there are somehow none to trigger, your attack functions as a
basic attack. }} {{cust1-subcust2=1}} {{cust1-subcust2-desc= [Read More...]( <a href="http://journal.roll20.net/handout/xxxxxxxxxx" rel="nofollow">http://journal.roll20.net/handout/xxxxxxxxxx</a> )}} {{cust2=1}} {{typecustom-2=1}} {{custype2=Choices}} {{cust2-subcust1-desc= blah blah }} Screenshot: As you can see, the "Flexible Attack" card only takes up half the width. :( Per my post about this , CSS is used " to determine the appearance, and the CSS likely
defines a set width (something like style="width: 200px;"), instead of a
dynamic width ( style="width: 100%;") ". Can the character sheet be modified to set the style to 100% width, please?