blob: 84d1410c4ffe7dfce98d6380d90cf04c9216b18a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Title: Fix table with max-width and min-width
Author: rodarima
Created: Sat, 02 Mar 2024 21:04:19 +0000
State: closed
Fix #89
--%--
From: rodarima
Date: Sun, 17 Mar 2024 12:25:06 +0000
It breaks another case where a widget with `width: auto` and `max-width: 9999px` gets a width larger than the viewport.

And similarly, it set the available width to `min-width` when `width` is set to auto:

I added both tests.
|