Fix css of elbow indentation for firefox (#33225)

This commit is contained in:
Wolfgang Felbermeier
2017-11-27 04:13:17 +01:00
committed by Jordan Borean
parent 8bc74443ad
commit 817a5efff9
2 changed files with 6 additions and 11 deletions

View File

@@ -4898,6 +4898,12 @@ table {
height: inherit
}
@-moz-document url-prefix() {
.return-value-column td {
height: 100%
}
}
.cell-border {
padding: 4px;
border-left: 1px solid #000;