Merge pull request #3203 from aignatov-bio/ai-sci-5486-fix-experimnet-card-css

Small CSS fixes for experiment card [SCI-5486]
This commit is contained in:
aignatov-bio 2021-03-08 10:16:45 +01:00 committed by GitHub
commit aa695e0c1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,13 +86,15 @@
display: -webkit-box;
height: 3em;
-webkit-line-clamp: 2;
margin: .25em 1.75em;
margin: .25em 1.75em 0;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
a {
color: inherit;
display: inline-block;
line-height: 21px;
}
}
@ -126,6 +128,7 @@
}
.progress {
box-shadow: none;
height: 4px;
margin-bottom: 0;
width: 100%;