summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-08-27 02:30:48 +0300
committerRasmus Andersson <rasmus@notion.se>2017-08-27 02:30:48 +0300
commit0aa6047461323377f9e1ebb46ef8700a17d164a5 (patch)
treea3e18da8d5e9397ae4f21de301375ce1d5d66e8b
parent7da511ebf7865cda95fed8744da808fc1d7648a8 (diff)
downloadinter-0aa6047461323377f9e1ebb46ef8700a17d164a5.tar.xz
lab: fix whitespace
-rw-r--r--docs/lab/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/lab/index.html b/docs/lab/index.html
index 8653db54a..fa1e72a1e 100644
--- a/docs/lab/index.html
+++ b/docs/lab/index.html
@@ -832,10 +832,10 @@ samples {
padding: 0 24px;
min-width:100px;
/*max-width:450px;*/
- white-space: pre;
+ white-space: pre-wrap;
}
sample p {
- white-space: pre;
+ white-space: pre-wrap;
}
sample :focus {
outline: 2px solid #30C2FF;