maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

Add appropriate spacing for 2 digit line numbers on annotation markers #484

Closed thebho closed 7 years ago

thebho commented 7 years ago

Expected Behavior

There should be no overlap between numbers and the icon up to 3 digits. If this can be done dynamically, i.e. boost space as the line number digits increase let's do that. If not, just account for line numbers 1-999

Current Behavior

screen shot 2017-05-12 at 8 09 26 am