[Vaadin 8 doesn’t support variable row height in Grid]
(https://github.com/vaadin/framework/issues/9355). You can either
a) migrate to Vaadin 14, where Grid does support variable row height
b) use CSS to define a fixed row height that is large enough to fit the contents
c) use some workaround like Grid Details row where you show the full content
-Olli