mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-03 19:24:48 +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;
|
||||
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%;
|
||||
|
|
Loading…
Reference in a new issue