Am 5. Oktober 2015 11:45:13 MESZ, schrieb sebb <seb...@gmail.com>: >The Parameter tables generally look OK, however for some combinations >of description text and screen size the left and right hand columns >can run together making it hard to read. > >For example: > >http://jmeter.apache.org/usermanual/component_reference.html#FTP_Request_parms1 > >Try adjusting the screen width and you will see that the text in one >column sometimes touches the adjacent column. > >I tried playing with padding and margins, but the changes I tried had >the side-effect of causing the "Required" column to wrap under the >"Name" column at smaller widths. > >This is far harder to read than the occasional touching column, so I >did not apply any fix. > >I don't have much experience with CSS; perhaps someone else can fix >this? >Not worth spending lots of time on.
You could try to add/change padding-left: 1.5rem; padding-right: 1.5rem; width: 45%; in the ".property .description" style. The paddingd will have to be removed for the smaller media styles afterwards. Regards, Felix