|
@@ -20,9 +20,9 @@ export default class CopyButton extends React.Component {
|
|
|
|
|
|
|
|
render() {
|
|
render() {
|
|
|
const containerStyle = {
|
|
const containerStyle = {
|
|
|
|
|
+ lineHeight: 0
|
|
|
}
|
|
}
|
|
|
const style = Object.assign({
|
|
const style = Object.assign({
|
|
|
- fontSize: "0.8em",
|
|
|
|
|
padding: "0 2px",
|
|
padding: "0 2px",
|
|
|
verticalAlign: 'text-top',
|
|
verticalAlign: 'text-top',
|
|
|
}, this.props.buttonStyle);
|
|
}, this.props.buttonStyle);
|