I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: can you tell

dashed-slug.net Forums Exchange extension support can you tell Reply To: can you tell

#5919
alexg
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