mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix missing asset in report
Use 40px asset in override so it will be properly compiled SCI-5446
This commit is contained in:
parent
ebbbfa657c
commit
d54090fe0d
1 changed files with 5 additions and 0 deletions
|
@ -74,4 +74,9 @@
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Not in use but needs to be defined for proper compiling
|
||||||
|
.jstree-default-responsive .jstree-icon {
|
||||||
|
background-image: image-url("40px.png");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue