mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix hound [SCI-8449]
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
This commit is contained in:
parent
b63bf04454
commit
bb9a466d61
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
.projects-show {
|
||||
.content-header {
|
||||
height: var(--content-header-size)
|
||||
height: var(--content-header-size);
|
||||
}
|
||||
|
||||
.experiment-actions-menu {
|
||||
|
|
|
@ -595,7 +595,7 @@ li.module-hover {
|
|||
|
||||
.projects-index {
|
||||
.content-header {
|
||||
height: var(--content-header-size)
|
||||
height: var(--content-header-size);
|
||||
}
|
||||
|
||||
.project-users-list {
|
||||
|
|
Loading…
Reference in a new issue