Re: [Tiki-devel] The default look of tables
Volker Wysk <post-hhF2Jplw28UoZk/[email protected]> Mon, 06 May 2024 07:44:31 +0200
| Newsgroups | gmane.comp.cms.tiki.devel |
|---|---|
| Message-ID | <[email protected]> |
Am Montag, dem 06.05.2024 um 13:22 +0900 schrieb Gary Cunningham-Lee:
> Hi,
>
> To override the width=100% property that Bootstrap (and Tiki) assigns to
> tables, you can add a custom CSS rule
>
> .table { width: auto; }
Yes, that works. Thank you!
Volker