cfedermann / Appraise

Appraise evaluation system for manual evaluation of machine translation output
http://www.appraise.cf/
BSD 3-Clause "New" or "Revised" License
74 stars 37 forks source link

Error classification template: right column uses too much space #12

Closed lefterav closed 12 years ago

lefterav commented 12 years ago

It's just been noticed that when a big word appears on the left column of the error classification pane, some of the radio buttons get "wrapped" to the next line, although there is a lot of space around the "summary box" where the left column could expand. To reproduce it, just narrow your browser window. You will see that the right column reserves empty space around the summary box whereas the left column gets suppressed/wrapped.

cfedermann commented 12 years ago

@lefterav -- can you be more specific or add a screenshot?

What would be such a "big word"?

lefterav commented 12 years ago

Screenshot: http://www.dfki.de/~elav01/taraXU/appraise-Screenshot.png

cfedermann commented 12 years ago

@lefterav -- OK, now I get what you mean: this is due to the fact that we are using a fixed, left margin in front of the radio buttons so that they all are displayed in a matrix-like fashion.

I will make the box containing the radio buttons a little bigger...

cfedermann commented 12 years ago

@lefterav -- should be fixed (= look better) with 6ead07d. Closing this issue.