Long procedure title should be cut if too long

This commit is contained in:
Mathieu Magnin 2017-03-06 16:18:22 +01:00
parent 44819bb0b1
commit 376c50db8f

View file

@ -46,6 +46,7 @@
min-height: 58px;
color: #000000;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.options {