value-tile spacer thinner
This commit is contained in:
parent
4ed155381a
commit
86735ba867
@ -14,8 +14,8 @@
|
|||||||
{{ display?.iValue?.unit }}
|
{{ display?.iValue?.unit }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr *ngIf="!display" class="spacer">
|
<tr *ngIf="display === null">
|
||||||
<td colspan="3"></td>
|
<td colspan="3" class="spacer"></td>
|
||||||
</tr>
|
</tr>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@ -45,8 +45,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.spacer {
|
.spacer {
|
||||||
height: 1px;
|
height: 0;
|
||||||
background-color: lightgray;
|
border-top: 1px solid lightgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user