mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 19:51:01 +08:00
Small CSS fixes for experiment card [SCI-5486]
This commit is contained in:
parent
a53b739b56
commit
ab9d0c018b
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,8 @@
|
|||
|
||||
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