Skip to content

Commit a4265f6

Browse files
committed
whitespace
1 parent 48b4ad8 commit a4265f6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
- Input cursor will no longer jump to the end on focus https://github.com/Textualize/textual/pull/4773
1313
- Removed `Size.cip_size`, which was a clone of `crop_size`
14-
- Widgets with auto dimensions will now grow if there is a scrollbar
14+
- Widgets with auto dimensions will now grow if there is a scrollbar https://github.com/Textualize/textual/pull/4844
1515

1616
### Fixed
1717

src/textual/widget.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,6 @@ def _get_box_model(
12921292
styles.scrollbar_gutter == "stable" or self.show_horizontal_scrollbar
12931293
):
12941294
content_height += styles.scrollbar_size_horizontal
1295-
12961295
if (
12971296
content_height < content_container.height
12981297
and self._has_relative_children_height

0 commit comments

Comments
 (0)