diff --git a/live-examples/css-examples/text/white-space.html b/live-examples/css-examples/text/white-space.html index 70e12ca65..89e75430b 100644 --- a/live-examples/css-examples/text/white-space.html +++ b/live-examples/css-examples/text/white-space.html @@ -6,31 +6,37 @@
white-space: nowrap;
+ white-space: pre;
white-space: pre;
+ white-space: pre-wrap;
white-space: pre-wrap;
+ white-space: pre-line;
white-space: pre-line;
+ white-space: wrap;
+
+ white-space: collapse;
white-space: break-spaces;
+ white-space: preserve nowrap;