• Nick Stenning's avatar
    Don't rely on whitespace insertion for correct spacing · 670192b9
    Nick Stenning authored
    The annotation action buttons are inline-block elements which means that
    whitespace between the tags results in inserted whitespace in the
    document when rendered. This rendered whitespace is roughly 4px wide.
    
    Instead, switch the layout of the annotation actions div to use flexbox,
    in which no such whitespace is inserted, and add 4px to the margin on
    the buttons.
    670192b9
Name
Last commit
Last update
h Loading commit data...
scripts Loading commit data...
.hound.yml Loading commit data...
.jscsrc Loading commit data...
.jshintignore Loading commit data...
.jshintrc Loading commit data...
gulpfile.js Loading commit data...
package.json Loading commit data...