Small CSS fixes for experiment card [SCI-5486]

This commit is contained in:
aignatov-bio 2021-03-05 13:40:19 +01:00
parent a53b739b56
commit ab9d0c018b

View file

@ -93,6 +93,8 @@
a { a {
color: inherit; color: inherit;
display: inline-block;
line-height: 21px;
} }
} }
@ -126,6 +128,7 @@
} }
.progress { .progress {
box-shadow: none;
height: 4px; height: 4px;
margin-bottom: 0; margin-bottom: 0;
width: 100%; width: 100%;