From 1872291a14050e220cc91935675b71b0b5099ddf Mon Sep 17 00:00:00 2001 From: spaghetti Date: Tue, 15 Aug 2017 22:47:59 -0400 Subject: [PATCH] Fix large tags in sidebar overflowing --- static/styles/global.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/styles/global.css b/static/styles/global.css index cabf391..b87fcb5 100644 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -939,6 +939,17 @@ input[type="search"] { font-weight: 100; } +.sidebar .box_tags > ul.stats > li { + display: flex; + justify-content: space-between; +} +.sidebar .box_tags > ul.stats > li > a { + word-break: break-all; +} +.edit_tags_votes { + display: flex; +} + #publickey { width: initial; font-family: monospace;