Skip to content
Snippets Groups Projects
Verified Commit 44ca51e0 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

ENH: Make different link to parent dir more visible.

parent b32a8398
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 #51081 passed
......@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Using correct (dynamic) base path for file upload.
- CSS with scrolling for long tables and entity names.
- [252](https://gitlab.com/linkahead/linkahead-webui/-/issues/252) Make different link to parent dir more visible.
### Security ###
......
......@@ -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