diff options
| author | winter | 2025-01-19 15:55:27 +0000 |
|---|---|---|
| committer | winter | 2025-01-19 15:55:27 +0000 |
| commit | 77ba95515ed32c1a209ae341b4f716dbcd46f2a6 (patch) | |
| tree | c21fe8cada4a22c2c89f9d9e5755551f5be96c0b /static/skeleton.css | |
| parent | 3fe0b3e7938bdb3781fec13784c0b7f943a899c0 (diff) | |
sort out a bunch of text overflow issues
Diffstat (limited to 'static/skeleton.css')
| -rw-r--r-- | static/skeleton.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/skeleton.css b/static/skeleton.css index e90e376..12bc1e5 100644 --- a/static/skeleton.css +++ b/static/skeleton.css @@ -95,6 +95,11 @@ nav { width: var(--icon-size); aspect-ratio: 1; } + #currentUserInfo { + max-width: 16em; + overflow: hidden; + text-overflow: ellipsis; + } } ul.sideNavigation { |
