mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
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:
commit
fd52384445
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user