diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-05-13 00:37:03 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-05-13 00:37:03 -0400 |
| commit | 9047fbe7dc69572bd8178bc29616ed2c855933ce (patch) | |
| tree | a5d2c8041faa038d490570756036df8729526d33 /src/client/views/nodes/KeyValuePair.scss | |
| parent | b9d32e8e07137484c57f3d1ab89090b27d56cfe6 (diff) | |
fixed putting link info on protoype. making images and videos show up reasonably in schema and kvp. dragging of docs from schema.
Diffstat (limited to 'src/client/views/nodes/KeyValuePair.scss')
| -rw-r--r-- | src/client/views/nodes/KeyValuePair.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/nodes/KeyValuePair.scss b/src/client/views/nodes/KeyValuePair.scss index ff6885965..4f305dc91 100644 --- a/src/client/views/nodes/KeyValuePair.scss +++ b/src/client/views/nodes/KeyValuePair.scss @@ -26,4 +26,12 @@ .keyValuePair-td-value { display:inline-block; overflow: scroll; + img { + max-height: 36px; + width: auto; + } + .videobox-cont{ + width: auto; + max-height: 36px; + } }
\ No newline at end of file |
