diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-04 09:48:18 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-04 09:48:18 -0400 |
| commit | 6f49d067b58caf6297f7ae7687cf05b627c27a1d (patch) | |
| tree | 1dca7fc49efd6aa0a17a06ec11fc028a0db5b3d6 /src/client/views/nodes/IconBox.scss | |
| parent | 49e73692e7a4d695c64f0a6c44e0ca631b65036f (diff) | |
icon and stacking view fixes.
Diffstat (limited to 'src/client/views/nodes/IconBox.scss')
| -rw-r--r-- | src/client/views/nodes/IconBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/IconBox.scss b/src/client/views/nodes/IconBox.scss index 893dc2d36..488681027 100644 --- a/src/client/views/nodes/IconBox.scss +++ b/src/client/views/nodes/IconBox.scss @@ -10,6 +10,7 @@ pointer-events: all; svg { width: $MINIMIZED_ICON_SIZE !important; + height: $MINIMIZED_ICON_SIZE !important; height: auto; background: white; } |
