Apply styling to support details form
Summary: Applies some additional styling to the support details form, and implemented the screenshot / video styling. Probably needs some more fixes in the future, once we have a real report to import :) Reviewed By: jknoxville Differential Revision: D18658388 fbshipit-source-id: dc9207ec08b3f4360c96d8d14980710c57d6b5ec
This commit is contained in:
committed by
Facebook Github Bot
parent
a64a0cb86b
commit
e99f2bcd8b
@@ -32,7 +32,9 @@ export default class Link extends Component<{
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<StyledLink onClick={this.onClick}>{this.props.children}</StyledLink>
|
<StyledLink onClick={this.onClick}>
|
||||||
|
{this.props.children || this.props.href}
|
||||||
|
</StyledLink>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user