🐛 Fix problem with span overflow

This commit is contained in:
alonso.torres 2022-07-15 10:57:53 +02:00 committed by Alonso Torres
parent 54d9b02b4d
commit 4088e55c9f
6 changed files with 6 additions and 6 deletions

View file

@ -212,7 +212,7 @@ span.element-name {
max-width: 75%;
min-width: 40px;
min-height: 16px;
overflow-x: hidden;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 1;