OpenClinica / enketo-oc

OpenClinica's fork of the Enketo web forms monorepo
Apache License 2.0
0 stars 1 forks source link

Misaligned columns/uneven width in Grid Theme #161

Open pbowen-oc opened 5 years ago

pbowen-oc commented 5 years ago

We noticed that at least in some cases, grid columns are unexpectedly not the same width which is causing alignment issues.

With 5 columns, the alignment is as expected: 2019-05-10 12_04_36-OpenClinica

Adding another column with a Date item is making the widths and alignment inconsistent 2019-05-10 12_04_55-OpenClinica

It looks like a Date item is taking up a lot more space than needed and that is forcing other columns to be smaller.

pbowen-oc commented 5 years ago

The user who reported this said they were able to resolve it in the browser by removing { display: inline-block; width: 144px; } from the CSS.