Skip to content
Snippets Groups Projects

FIX: Repair entity sizing with long property values

Merged Florian Spreckelsen requested to merge f-bs5-awi into f-boot-tour
3 unresolved threads
Files
6
@@ -200,6 +200,14 @@ h5 {
margin: auto;
}
.caosdb-f-main-entities {
max-width: 100%;
}
.caosdb-f-main-entities-edit {
max-width: calc(100% - 240px);
Please register or sign in to reply
}
.caosdb-entity-preview .caosdb-entity-panel-body {
overflow-y: auto;
max-height: 250px;
Loading