Merge pull request #2596 from urbit/mp/publish/publish-m-flexauto

publish: flexbox sizing in skeleton, links open in _blank
This commit is contained in:
ixv 2020-03-24 15:19:34 -07:00 committed by GitHub
commit fd52384445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ export class Note extends Component {
</div>
<div className="md"
style={{overflowWrap: "break-word"}}>
<ReactMarkdown source={newfile} />
<ReactMarkdown source={newfile} linkTarget={"_blank"} />
</div>
<NoteNavigation
popout={props.popout}

View File

@ -31,7 +31,7 @@ export class Skeleton extends Component {
path={props.path}
invites={props.invites}
/>
<div className={"h-100 w-100 relative white-d " + rightPanelHide} style={{
<div className={"h-100 w-100 relative white-d flex-auto " + rightPanelHide} style={{
flexGrow: 1,
}}>
{props.children}