Skip to content

Commit 020472c

Browse files
authored
fix: show ellipsis for text overflow (#167)
1 parent 4bb43fd commit 020472c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/components/Indexer.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121

2222
<style>
2323
p {
24-
display: inline-flex;
24+
/* cannot be `inline`-based for ellipsis overflow below */
25+
display: flex;
2526
margin: 0;
2627
}
2728
span {

0 commit comments

Comments
 (0)