dashed-slug.net › Forums › Exchange extension support › can you tell › Reply To: can you tell
March 4, 2019 at 11:06 am
#5919
Keymaster
Sure, use this to extend the last column:
.dashed-slug-wallets-exchange table th:last-child,
.dashed-slug-wallets-exchange table td:last-child {
width: 100%;
}
The above CSS will stretch the last column to fill the table width.
It is much harder to expand all the columns equally. In fact, any solution I can think for this, would probably not work for all screen sizes.
with regards