diff options
| author | Hannah Chow <hannah_chow@brown.edu> | 2019-03-02 17:24:27 -0500 |
|---|---|---|
| committer | Hannah Chow <hannah_chow@brown.edu> | 2019-03-02 17:24:27 -0500 |
| commit | e2556ab62787497d3fe23eea43358b24f0a75972 (patch) | |
| tree | 91fe082621721861d7fcac555c967e5945876532 /src/client/views/nodes/KeyValueBox.scss | |
| parent | e36ce53aeb15b9d518b007fe34b5053026b43500 (diff) | |
| parent | bde8aabad7e5745b4797e73b564e4efb19faeca9 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into hannah_linking
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; |
