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