ismla-japanese-helper/japanese-helper

"proper" rows in the result table

verenablaschke opened this issue · 3 comments

i.e. each row should start at the same height for all cells (that are next to each other)

Does Bootstrap allow this or do we need to change the way the table is constructed?

x-ji commented

Working with GWT on the frontend is absolutely brutal... The idea is very simple to program in plain HTML and CSS, but it took me more than 2 hours to struggle with GWT's widgets system, and somehow it just wouldn't auto reload my CSS changes in the webapp folder.

x-ji commented

At least I'm glad that the CSS grid and Flexbox knowledge proved to be handy at this instance.

x-ji commented

Apparently the original code was just simply not "GWT" enough so I changed the code structure and added a WordContainerWidget in 521514b. Now the code organization is much better :) Though I'd still say it takes quite an insane amount of time to write something that would have been easy in plain HTML + CSS + JS...