diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-16 14:43:00 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-16 14:43:00 +0100 |
| commit | 6e18c6e4ef6344f92fed99dad9c83484487c32d7 (patch) | |
| tree | 03bd8a0be46d4bc8ce1a0bf06cff5fbab5f9c8a0 /frontend/app/views/graph | |
| parent | 35a5ebebc2e3c3535cbef00fab08b5fe43bebe85 (diff) | |
add units to links
Diffstat (limited to 'frontend/app/views/graph')
| -rw-r--r-- | frontend/app/views/graph/graph.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/views/graph/graph.css b/frontend/app/views/graph/graph.css index 389a55d..2805cb0 100644 --- a/frontend/app/views/graph/graph.css +++ b/frontend/app/views/graph/graph.css @@ -156,7 +156,7 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - max-width: 8rem; + max-width: 12rem; user-select: none; cursor: arrow; } |
