Browse Source

Fix large tags in sidebar overflowing

undefined
spaghetti 6 years ago
committed by Tomochin
parent
commit
1872291a14
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      static/styles/global.css

+ 11
- 0
static/styles/global.css View File

@@ -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;


Loading…
Cancel
Save