Skip to content
Snippets Groups Projects
Commit d683d30e authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

Merge branch 'f-parent-dir-link-distinction' into 'dev'

ENH: Make different link to parent dir more visible.

See merge request !135
parents 7c769f29 14704f1b
No related branches found
No related tags found
2 merge requests!139FIX: Set horizontal scroll of property names to auto,!135ENH: Make different link to parent dir more visible.
Pipeline #52857 passed
......@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ###
- [252](https://gitlab.com/linkahead/linkahead-webui/-/issues/252) Make different link to parent dir more visible.
### Security ###
### Documentation ###
......
......@@ -898,6 +898,11 @@ details p {
max-width: 80vw;
}
/* Make different link to parent dir more visible. */
.caosdb-entity-heading-attr a {
margin-right: .75em;
}
@media (min-width: 576px) {
.caosdb-f-property-value .caosdb-value-list details[open] {
max-width: 200px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment