Skip to content

Commit 71d63a9

Browse files
committed
#207: Improve instruction readability
1 parent f89102a commit 71d63a9

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

src/renderer/components/HelmetProject/CostBenefitAnalysis/CostBenefitAnalysis.css

+7-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,13 @@
7070
}
7171

7272
.CBA_instructions-container {
73-
height: 10rem;
74-
width: 70%;
73+
height: fit-content;
74+
margin-bottom: 1rem;
75+
width: 65%;
7576
font-weight: 300;
7677
word-wrap: break-word;
78+
}
79+
80+
.CBA_instructions_highlight {
81+
color: #007AC9;
7782
}

src/renderer/components/HelmetProject/CostBenefitAnalysis/CostBenefitAnalysis.jsx

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ const CostBenefitAnalysis = ({
99
<div className="CBA">
1010
<div className="CBA__heading">Hy&ouml;ty-kustannusanalyysi</div>
1111
<div className="CBA_instructions-container">
12-
<p>Hyöty-kustannusanalyysiä varten syötetään vertailuvaihtoehdon (ve0) ja hankevaihtoehdon (ve1) tuloskansio (Tulosten tallennuspolku\Skenaarion nimi).
13-
Jos ennusteita on ajettu kahdelle vuodelle (esim. 2040 ja 2060), vertailuvaihtoehto ja hankevaihtoehto on mahdollista määrittää kahdelle ennustevuodelle.
14-
Tulokset tulostuvat Excel-tiedostoon tuloskansiossa.</p>
12+
<p>Hyöty-kustannusanalyysiä varten syötetään vertailuvaihtoehdon (ve0) ja hankevaihtoehdon (ve1) tuloskansio: </p>
13+
<p className="CBA_instructions_highlight"> (Tulosten tallennuspolku\Skenaarion nimi). </p>
14+
<p>Jos ennusteita on ajettu kahdelle vuodelle (esim. 2040 ja 2060), vertailuvaihtoehto ja hankevaihtoehto on mahdollista määrittää kahdelle ennustevuodelle.</p>
15+
<p>Tulokset tulostuvat Excel-tiedostoon tuloskansiossa.</p>
1516
</div>
1617
<table className="CBA__choices">
1718
<tbody>

0 commit comments

Comments
 (0)