Skip to content

Commit f6f184e

Browse files
Rich-HarrisRich Harris
and
Rich Harris
authored
fix #287 (#289)
Co-authored-by: Rich Harris <[email protected]>
1 parent c7e2025 commit f6f184e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/routes/tutorial/[slug]/+page.svelte

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,19 @@
345345
flex-direction: row;
346346
align-items: center;
347347
padding: 1rem;
348+
gap: 1rem;
348349
}
349350
350351
.mobile .navigator .file {
351352
flex: 1;
352353
text-align: left;
354+
white-space: nowrap;
355+
overflow: hidden;
356+
text-overflow: ellipsis;
357+
358+
/* put ellipsis at start */
359+
direction: rtl;
360+
text-align: left;
353361
}
354362
355363
.mobile .navigator .solve {

0 commit comments

Comments
 (0)