Sfoglia il codice sorgente

better support for long names

master
mortie 8 anni fa
parent
commit
7b10e24fdd
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4
    0
      web/style.css

+ 4
- 0
web/style.css Vedi File

@@ -101,6 +101,10 @@ html, body {
}
#list .elem .name {
position: relative;
display: inline-block;
max-width: calc(100% - 60px);
overflow: hidden;
text-overflow: ellipsis;
}
#list .elem .ok {
position: relative;

Loading…
Annulla
Salva