mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 03:36:44 +08:00
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:
commit
aa695e0c1b
1 changed files with 4 additions and 1 deletions
|
@ -86,13 +86,15 @@
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
height: 3em;
|
height: 3em;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
margin: .25em 1.75em;
|
margin: .25em 1.75em 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
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%;
|
||||||
|
|
Loading…
Reference in a new issue