PilatusDevs / StatusPilatus

Monitor your PC like never before!
GNU General Public License v3.0
59 stars 9 forks source link

Stop using HTML tables #42

Open M4Yt opened 5 years ago

M4Yt commented 5 years ago

Expected Behavior

The application should have a responsive design without horizontal overflow.

Actual Behavior

HTML tables don't act responsive and keep a certain with, causing horizontal overflow, as shown here.

Possible Solution

Use a different HTML element and the right CSS to create a responsive table.