Explorar el Código

Fix large tags in sidebar overflowing

undefined
spaghetti hace 6 años
committed by Tomochin
padre
commit
1872291a14
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. +11
    -0
      static/styles/global.css

+ 11
- 0
static/styles/global.css Ver fichero

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


Cargando…
Cancelar
Guardar