diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-09-20 01:15:41 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-09-20 19:46:48 +0200 |
commit | 78ba5e012c7f6cb827a49315231246a755e8157f (patch) | |
tree | d87f5c7185632fda32f4580a1a1334215fec3cd6 | |
parent | cf21510ca3c18d650c7846707d145393cb260246 (diff) | |
download | server-78ba5e012c7f6cb827a49315231246a755e8157f.tar.gz |
Don't clip role name ascenders and descenders at edge.
-rw-r--r-- | public/common/play.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public/common/play.css b/public/common/play.css index fd99175..2166a97 100644 --- a/public/common/play.css +++ b/public/common/play.css @@ -321,9 +321,6 @@ header .viewpoint_button.selected:active:hover { .role_user { font-style: italic; text-align: right; - overflow: clip; - text-overflow: "..."; - white-space: nowrap; } .role_user a { |