Browse Source

better support for long names

master
mortie 8 years ago
parent
commit
7b10e24fdd
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      web/style.css

+ 4
- 0
web/style.css View 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…
Cancel
Save