We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e2025 commit f6f184eCopy full SHA for f6f184e
src/routes/tutorial/[slug]/+page.svelte
@@ -345,11 +345,19 @@
345
flex-direction: row;
346
align-items: center;
347
padding: 1rem;
348
+ gap: 1rem;
349
}
350
351
.mobile .navigator .file {
352
flex: 1;
353
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;
361
362
363
.mobile .navigator .solve {
0 commit comments