We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322034e commit bc188a0Copy full SHA for bc188a0
apps/tutorial/app/components/selection.gts
@@ -53,7 +53,8 @@ export class Selection extends Component {
53
<span class="limber__selected">{{this.humanSelected}}</span>
54
</span>
55
<style>
56
- .limber__selected { text-wrap: nowrap; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
+ .limber__selected { text-wrap: nowrap; white-space: nowrap; text-overflow: ellipsis;
57
+ overflow: hidden; }
58
</style>
59
60
<select
0 commit comments