frostyfan109 / tranql

A Translator Query Language
https://researchsoftwareinstitute.github.io/data-translator/apps/tranql
MIT License
0 stars 1 forks source link

Find tool results should be resizable #58

Closed frostyfan109 closed 5 years ago

frostyfan109 commented 5 years ago

The results container currently stretches to the bottom and then overflows with a scrollbar. When it returns more than a couple results it takes up too much space and the user should have the option to resize it to be to their liking. Should only involve adding a css resize property or putting it in a resizable react component.

frostyfan109 commented 5 years ago

Added.