Skip to content
Snippets Groups Projects
Commit 9f20520a authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: Set horizontal scroll of property names to auto

parent d683d30e
Branches
Tags
2 merge requests!139FIX: Set horizontal scroll of property names to auto,!136FIX: Set horizontal scroll of property names to auto
...@@ -249,7 +249,7 @@ h5 { ...@@ -249,7 +249,7 @@ h5 {
.caosdb-v-property-left-col { .caosdb-v-property-left-col {
min-height: 30px; min-height: 30px;
display: inline-block; display: inline-block;
overflow-x: scroll; overflow-x: auto;
} }
.caosdb-v-property-left-col > * { .caosdb-v-property-left-col > * {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment