this.chooseAnswer(answerId)}
diff --git a/src/Fuels.js b/src/Fuels.js
index 41ec2aecfd9790d9bcbf56a92d506228733e8d2f..1d45e072fa8d42b13bd778c48a2c9a137f12b77c 100644
--- a/src/Fuels.js
+++ b/src/Fuels.js
@@ -92,7 +92,7 @@ export default class Fuels extends React.Component {
{
this.props.answerIds.map((answerId, id) => {
return (
-
+
this.chooseFuel(answerId)}
diff --git a/src/HeatDistribution.js b/src/HeatDistribution.js
index caace3de551da63169d3439b8e2a4e29b7d18587..6a28c27b7d5264ff5078c93cf06553ca6def6c4b 100644
--- a/src/HeatDistribution.js
+++ b/src/HeatDistribution.js
@@ -81,7 +81,7 @@ export default class HeatDistribution extends React.Component {
{
this.props.answerIds.map((answerId, id) => {
return (
-
+
this.chooseAnswer(answerId)}
diff --git a/src/index.css b/src/index.css
index e882c2f7d455793dfab2bc6085187e14d3ebe57d..8822ab2d7cd0cd9e12385d455e96066c2f30f497 100644
--- a/src/index.css
+++ b/src/index.css
@@ -411,6 +411,10 @@ code {
.addressSearchInputSection {
margin-top: 30px;
margin-bottom: 30px;
+ height: auto;
}
+.add-margin-top{
+ margin-top: 30px;
+}