Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2017-09-27 13:56:51 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-09-27 13:56:51 +0300
commitc6efc22744a47442a77690d92c62feefd374a44c (patch)
tree223834825f2fa6c4cc35ef89778b27e862fd5f43 /src
parent2a1fd99723712dfd4a7963b1128377c0c4af09c0 (diff)
Change Tooltips `white-space` to `pre` #292
Diffstat (limited to 'src')
-rw-r--r--src/_tooltips.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_tooltips.scss b/src/_tooltips.scss
index 1ee4d97..938afc2 100644
--- a/src/_tooltips.scss
+++ b/src/_tooltips.scss
@@ -19,7 +19,7 @@
text-overflow: ellipsis;
transform: translate(-50%, $unit-2);
transition: all .2s ease;
- white-space: nowrap;
+ white-space: pre;
z-index: $zindex-3;
}
&:focus,