diff options
-rw-r--r-- | apioforum/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css index e909a54..f96c494 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -358,10 +358,14 @@ fieldset { margin-bottom: 15px; } } .tag { + display: inline-block; font-size: .75rem; padding: 1px 3px; border: 1px solid var(--dark-colour); white-space: nowrap; + max-width: 10ch; + overflow: hidden; + text-overflow: ellipsis; } .tag-editor { margin-left: 20px; display: inline-block; } |