• Forcing a fixed width for column key is problematic if key name is longer than the given space.
• If value is longer than one line, it will end up on a separate line.
There are two solutions:
a) Have key and value on separate lines, like before
b) Have key on the same line as value, but not force a given width.
Could also create the two columns as separate columns - ie. make the long line cut only in right column? I don't think we should go back to two lines, it's messy.
• Forcing a fixed width for column key is problematic if key name is longer than the given space. • If value is longer than one line, it will end up on a separate line.
There are two solutions: a) Have key and value on separate lines, like before b) Have key on the same line as value, but not force a given width.
I think solution a) looks better.