cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

UI bug on Safari: question list goes off the screen #614

Closed yuliswe closed 7 years ago

yuliswe commented 7 years ago

screen shot 2017-01-12 at 3 19 31 pm screen shot 2017-01-12 at 3 26 33 pm

e45lee commented 7 years ago

Is this the case with Chrome? They're both based off of the same rendering engine (WebKit).

yuliswe commented 7 years ago

diagnosis: the css was using word-spacing to separate buttons while safari does not count word-spacing into container width.