Skip to content

Commit 97ae5ab

Browse files
committed
snapshot
1 parent 8b2f056 commit 97ae5ab

File tree

3 files changed

+160
-1
lines changed

3 files changed

+160
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
- Change default quit key to `ctrl+q` https://github.com/Textualize/textual/pull/5352
1919
- Changed delete line binding on TextArea to use `ctrl+shift+x` https://github.com/Textualize/textual/pull/5352
2020

21+
### Fixed
22+
23+
- Fixed issue with alignment in auto containers https://github.com/Textualize/textual/pull/5360
24+
2125
## [0.89.1] - 2024-11-05
2226

2327
### Fixed
Lines changed: 155 additions & 0 deletions
Loading

tests/snapshot_tests/test_snapshots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3080,7 +3080,7 @@ def test_auto_parent_with_alignment(snap_compare):
30803080
class Sidebar(Vertical):
30813081
DEFAULT_CSS = """
30823082
Sidebar {
3083-
dock: right;
3083+
dock: right; # Not strictly required to replicate the issue
30843084
width: auto;
30853085
height: auto;
30863086
background: blue;

0 commit comments

Comments
 (0)