diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-10-13 14:15:17 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-10-23 20:22:47 +0200 |
| commit | 5f4dde0a6b32c7620b29af30f69591cf3995af9b (patch) | |
| tree | 0c56fc286620b03b51d8555e37190c53c008ed98 /tests/typ/layout/stack.typ | |
| parent | 9ac125dea8d6ea6cc01814d04413225845b69d65 (diff) | |
Remove inline alignment from stack
The current inline alignment is very broken and leads to lots of subtle weirdness. Getting rid of it simplifies the stack's interface a lot. At a later point either:
- inline alignment will be added back in a better way, or
- all nodes will be able to expand or align themselves, meaning that the stack's children take care of their alignment
Diffstat (limited to 'tests/typ/layout/stack.typ')
| -rw-r--r-- | tests/typ/layout/stack.typ | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/typ/layout/stack.typ b/tests/typ/layout/stack.typ index a6e7e001..b8d8a09d 100644 --- a/tests/typ/layout/stack.typ +++ b/tests/typ/layout/stack.typ @@ -20,9 +20,6 @@ #stack(dir: btt, ..items) #pagebreak() -// Currently stack works like flexbox apparently. -#stack(dir: ltr, ..items) - --- // Test spacing. #page(width: 50pt, margins: 0pt) |
