diff --git a/js/components/ascribe_detail/detail_property.js b/js/components/ascribe_detail/detail_property.js index e6e12ec5..b2d8170d 100644 --- a/js/components/ascribe_detail/detail_property.js +++ b/js/components/ascribe_detail/detail_property.js @@ -25,13 +25,6 @@ let DetailProperty = React.createClass({ render() { let value = this.props.value; - let style; - - if(this.props.breakWord) { - style = { - wordBreak: 'break-all' - }; - } if (this.props.children){ value = ( @@ -39,7 +32,7 @@ let DetailProperty = React.createClass({
{ this.props.value }
-
+
{ this.props.children }
); @@ -50,7 +43,7 @@ let DetailProperty = React.createClass({
{ this.props.label + this.props.separator}
-
+
{value}
diff --git a/sass/main.scss b/sass/main.scss index 2b6a15e6..4c54ed24 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -215,7 +215,6 @@ hr { .ascribe-detail-title { font-size: 2em; - font-weight: bold; margin-top: 0; }