diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-03-01 00:13:35 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-03-01 00:13:35 -0500 |
| commit | bde8aabad7e5745b4797e73b564e4efb19faeca9 (patch) | |
| tree | 9fc8b3f921cb184b44730897390e464fedd1674c /src/client/views/nodes/KeyValueBox.scss | |
| parent | 179be4e314409269494da0d5bc52ca05c778d535 (diff) | |
minor cleanup
Diffstat (limited to 'src/client/views/nodes/KeyValueBox.scss')
| -rw-r--r-- | src/client/views/nodes/KeyValueBox.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/nodes/KeyValueBox.scss b/src/client/views/nodes/KeyValueBox.scss index f22989735..1295266e5 100644 --- a/src/client/views/nodes/KeyValueBox.scss +++ b/src/client/views/nodes/KeyValueBox.scss @@ -6,6 +6,13 @@ border-style: solid; box-sizing: border-box; display: inline-block; + .imageBox-cont img { + max-height:45px; + height: auto; + } +} +.keyValueBox-table { + position: relative; } .keyValueBox-header { background:gray; |
