
I'm using this handy macro for displaying results from healing potions: &{template:desc} {{desc= ?{Choose a Potion of...|Healing, **Potion of Healing**: [[2d4+2]]|Greater Healing, **Potion of Greater Healing**: [[4d4+4]]|Superior Healing, **Potion of Superior Healing**: [[8d4+8]]|Supreme Healing, **Potion of Supreme Healing**: [[10d4+20]]|Keoghtom's Ointment, **Keoghtom's Ointment**: [[2d8+2]] and cured of poison and any disease} }} Which gives a result like this: I'm wondering if there's a way to get that yellow box to just display around the number, rather than stretching across the display box, like this: &{template:default} {{name=Test Attack}} {{attack=[[1d20+3]]}} {{note= This is some note content}} {{Saving Throw= vs Will}} I would like to retain the "select your potion" functionality of the first macro, however, so I'm willing to accept the unpretty display result if it can't be done without API.