We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad5a33 commit 2ca0b10Copy full SHA for 2ca0b10
css-practice.md
@@ -1092,6 +1092,20 @@ Pick ONE OR MORE options
1092
4. None of the above
1093
```
1094
1095
+<details><summary><b>Answer</b></summary>
1096
+
1097
+```css
1098
+.container {
1099
+ white-space: nowrap;
1100
+ overflow: hidden;
1101
+ text-overflow: ellipsis;
1102
+}
1103
+```
1104
1105
+**⚝ [Try this example on CodeSandbox](https://codesandbox.io/s/css-ellipsis-xycj5r?file=/src/styles.css)**
1106
1107
+</details>
1108
1109
<div align="right">
1110
<b><a href="#">↥ back to top</a></b>
1111
</div>
0 commit comments