Skip to content

Commit 1f545ac

Browse files
committed
Add overflow fix maybe
1 parent d09d3ac commit 1f545ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/src/lib/DialogueRange.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
max-width: calc(20vw - 30px);
6666
white-space: nowrap;
6767
overflow-x: hidden;
68+
overflow: hidden;
6869
text-overflow: clip;
6970
}
7071
.entropy-cell {

0 commit comments

Comments
 (0)