publish: fix note top matter on firefox

Firefox renders 'span' tags differently than other browsers.

This commit lines them up identically by making the spans inline-blocks.
This commit is contained in:
Matilde Park 2020-03-09 21:52:04 -04:00
parent 566ea49651
commit 636d99b405

View File

@ -190,7 +190,7 @@ export class Note extends Component {
{name}
</div>
<div className="di">
<span className="f9 gray2">{date}</span><span className="ml2">{editPost}</span></div>
<span className="f9 gray2 dib">{date}</span><span className="ml2 dib">{editPost}</span></div>
</div>
</div>
<div className="md"