Skip to content

Commit c167338

Browse files
committed
snapshot
1 parent b36ee03 commit c167338

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/snapshot_tests/test_snapshots.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2339,6 +2339,10 @@ def compose(self) -> ComposeResult:
23392339

23402340

23412341
def test_fr_and_margin(snap_compare):
2342+
"""Regression test for https://github.com/Textualize/textual/issues/5116"""
2343+
2344+
# Check margins can be independently applied to widgets with fr unites
2345+
23422346
class FRApp(App):
23432347
CSS = """
23442348
#first-container {

0 commit comments

Comments
 (0)