aboutsummaryrefslogtreecommitdiff
path: root/90
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /90
Initial versionHEADmain
Diffstat (limited to '90')
-rw-r--r--90/index.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/90/index.md b/90/index.md
new file mode 100644
index 0000000..84d1410
--- /dev/null
+++ b/90/index.md
@@ -0,0 +1,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.
+
+![image](https://github.com/dillo-browser/dillo/assets/3866127/f957e527-e723-440e-8e73-76bb70a8262c)
+
+And similarly, it set the available width to `min-width` when `width` is set to auto:
+
+![image](https://github.com/dillo-browser/dillo/assets/3866127/5d99b1f7-1bbd-4050-b6db-86dd7278a864)
+
+I added both tests. \ No newline at end of file