Skip to content

Commit bc188a0

Browse files
committed
oof
1 parent 322034e commit bc188a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/tutorial/app/components/selection.gts

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ export class Selection extends Component {
5353
<span class="limber__selected">{{this.humanSelected}}</span>
5454
</span>
5555
<style>
56-
.limber__selected { text-wrap: nowrap; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
56+
.limber__selected { text-wrap: nowrap; white-space: nowrap; text-overflow: ellipsis;
57+
overflow: hidden; }
5758
</style>
5859

5960
<select

0 commit comments

Comments
 (0)