Browse Source

💄 unify description placement by discs

jmacura 3 years ago
parent
commit
950577ca6d

+ 1 - 1
src/app/discs-chart/scenario-factor-year-graph/scenario-factor-year-graph.component.html

@@ -52,8 +52,8 @@
     <div *ngFor="let scenario of filteredScenarios; last as isLast">
     <div *ngFor="let scenario of filteredScenarios; last as isLast">
       <div class="d-flex">
       <div class="d-flex">
         <div class="discs-caption">
         <div class="discs-caption">
-          <h4>{{scenario | niceName}}</h4>
           <p>scenario</p>
           <p>scenario</p>
+          <h4>{{scenario | niceName}}</h4>
           <p>
           <p>
             of region {{selectedRegion}} in {{yearGraphService.selectedYear}}
             of region {{selectedRegion}} in {{yearGraphService.selectedYear}}
           </p>
           </p>