There was an error while loading. Please reload this page.
1 parent 3a7ade7 commit 52bd6f0Copy full SHA for 52bd6f0
1 file changed
playground/index.html
@@ -52,7 +52,7 @@
52
tbody tr { transition: background .15s; }
53
tbody tr:nth-child(even) { background: #f0f0f5; }
54
tbody tr:hover { background: #e4e4ef; }
55
- .val-cell { font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace; font-size: .75rem; color: #444; max-width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
+ .val-cell { cursor: help; font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace; font-size: .75rem; color: #444; max-width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
56
.duration-cell { font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace; font-size: .75rem; color: #666; text-align: right; white-space: nowrap; }
57
details { margin-top: .5rem; }
58
summary { cursor: pointer; font-weight: 600; color: #666; font-size: .8125rem; }
0 commit comments