.rHolder width on the Data Viewer page breaks the data table

On the Data Viewer page “.rHolder” block has too small width, so the “URL Decode” button is pushed on the next line and data table is broken. I set the .rHolder width to 380px and the .search-form to 640px in the inspector to be able to work.

http://i.imgur.com/J3hsQSn.png</img>

Hi Alex,

Could you please let me know what browser and OS you use? What is the screen resolution ?

I could not reproduce it even by making the window narrower.

Regards,
Mark

Hi, Mark.

ArchLinux, Chrome Unstable, 1920 x 1080

Hi, Alex.Could you clear cache in browser and check this problem?

Regards,
Kate.

Hi, Kate

http://i.imgur.com/e2gQDzz.png</img>

You should make .rHolder width: auto, and everything would be OK, because your .search-form width is set from JS. :slight_smile:

Thank you for advice!