Re: [PATCH v3 2/2] doc: give full width to NIC overview page

2024-07-31 Thread Thomas Monjalon
31/07/2024 18:17, Ferruh Yigit: > On 7/31/2024 4:57 PM, Thomas Monjalon wrote: > > The wide tables in the NIC overview exceed the normal page width > > because of the large number of drivers. > > > > A CSS trick is added to allow displaying the tables in the full width > > of the browser window. >

Re: [PATCH v3 2/2] doc: give full width to NIC overview page

2024-07-31 Thread Ferruh Yigit
On 7/31/2024 4:57 PM, Thomas Monjalon wrote: > The wide tables in the NIC overview exceed the normal page width > because of the large number of drivers. > > A CSS trick is added to allow displaying the tables in the full width > of the browser window. > > Signed-off-by: Thomas Monjalon > --- >

[PATCH v3 2/2] doc: give full width to NIC overview page

2024-07-31 Thread Thomas Monjalon
The wide tables in the NIC overview exceed the normal page width because of the large number of drivers. A CSS trick is added to allow displaying the tables in the full width of the browser window. Signed-off-by: Thomas Monjalon --- v2: no change v3: let only tables to overflow on wide screen --