Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 5499429

Browse files
committed
📝 incorporate @cldougl suggestions 🙇
1 parent 724481f commit 5499429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/dash/app_sizing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def layout():
9494
"""
9595
The widths can be under-specified. Here, we're only setting the width for the three
9696
columns in the middle, the rest of the columns are automatically sized to fit the rest of the container.
97-
The columns have a width of 50, or the width of this line:
97+
The columns have a width of 50px, or the width of this line:
9898
"""
9999
),
100100
html.Div(
@@ -197,7 +197,7 @@ def layout():
197197
198198
In this way, `min-width` and `overflow-x: scroll` is an alternative
199199
to `text-overflow: ellipses`. With scroll, the content that can't
200-
fit on the container will get pushed out into a scrollable zone.
200+
fit in the container will get pushed out into a scrollable zone.
201201
With text-overflow: ellipses, the content will get truncated by
202202
ellipses. Both strategies work with or without line breaks on the
203203
white spaces (`white-space: normal` or `white-space: nowrap`).

0 commit comments

Comments
 (0)