mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-03 12:42:48 +03:00
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:
parent
566ea49651
commit
636d99b405
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user