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.
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.
You should make .rHolder width: auto, and everything would be OK, because your .search-form width is set from JS.
Thank you for advice!