OPEnSLab-OSU / Spool

GNU General Public License v3.0
2 stars 1 forks source link

Device Data Table overflows screen on small screens #35

Closed eliwinkelman closed 4 years ago

eliwinkelman commented 4 years ago

Describe the bug On small width screens the device data table can overflow the screen and website width.

Expected behavior Users would expect the table to become side-scrollable to see the rest of the contents.

To Reproduce Steps to reproduce the behavior:

  1. With a network that has data on a device
  2. Go to the device page with data
  3. Shrink the width of the screen
  4. See the table overflow the screen

Additional context This should be fixable by adding an overflow setting to the outer table div in the CSS.