Merge pull request #1398 from mlorb/ml-sci-2786

Fix projects table css [SCI-2786]
This commit is contained in:
mlorb 2018-12-06 09:15:51 +01:00 committed by GitHub
commit 3031fb7a4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,4 +11,8 @@
.archived {
background-color: $color-concrete;
}
tbody tr td:last-child {
height: 34px;
}
}