diff --git a/src/TriStateCheckbox.svelte b/src/TriStateCheckbox.svelte index f65b04d..fd61364 100644 --- a/src/TriStateCheckbox.svelte +++ b/src/TriStateCheckbox.svelte @@ -28,7 +28,7 @@ - {value} + {value} {#if url} @@ -54,6 +54,13 @@ color: #aabbfe; text-shadow: 2px 2px 3px #62a1fe; } + .cal-title { + max-width: 75%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + vertical-align: bottom; + } .cal { cursor: pointer;