DMN table: Row height for row >= 10

Hi there,

there is a small diplay issue in the dmn table with rows >= 10
image
Tested in dmn js 7.1.0

I fixed this with css:

.rule-index{
  width: 47px;
}

However I do not know, if this should be the right solution for that…

Can you give some more information about your setup (browser etc.)? I was not able to reproduce this on https://demo.bpmn.io/dmn/new

I use Chrome Version 78.0.3904.70
(Win 10)

This example does not work in my browser:
https://jsfiddle.net/ykxbdgwn/

(copy of https://github.com/bpmn-io/dmn-js-examples/blob/master/modeler/modeler.html

I can reproduce this only after updating Chrome from 77 to 78. The first column has a fixed width of 40px which breaks the layout in Chrome 78.

I created an issue for this: https://github.com/bpmn-io/dmn-js/issues/417

Thanks for reporting.