This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
charts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
18
Wiki
Activity
Browse Source
chore: update tooltip styles
* max-width for tooltip label * remove ellipsis * use normal white-space wrapping
pull/347/head
Shivam Mishra
4 years ago
parent
4f4dd4d36f
commit
562a9cba55
1 changed files
with
3 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-4
src/css/charts.scss
+ 3
- 4
src/css/charts.scss
View File
@@ -163,12 +163,11 @@
.tooltip-label {
margin-top: 4px;
font-size: 11px;
max-width: 100px;
line-height: 1.25;
max-width: 150px;
white-space: normal;
color: var(--fr-tooltip-label);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tooltip-value {
Write
Preview
Loading…
Cancel
Save