🎨 Alignement des colonnes du tableau de somme

pull/96/head
mama 2017-10-24 10:54:31 +02:00
parent a4e8c63630
commit f299119999
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
}
.somme tr {
border: 1px solid rgba(51, 51, 80, 0.15);
text-align: right;
}
.somme tr:hover {
background: rgba(51, 51, 80, 0.02)

View File

@ -49,7 +49,7 @@ class Row extends Component {
? [
<tr className="nested" key={v.name + "-nest"}>
<td className="blank" />
<td className="nested">
<td className="nested" colspan="2">
<Table explanation={rowFormula.explanation} />
</td>
</tr>