diff options
| author | bob <bcz@cs.brown.edu> | 2019-05-15 15:05:57 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-05-15 15:05:57 -0400 |
| commit | d79d721baa25947dfbbd17eda173835d9ae93fa6 (patch) | |
| tree | 376b3d887db13bdd5b98ba5dc0023d03a0fc2c23 /src/client/views/nodes/IconBox.scss | |
| parent | dae85deb62168cbfae4557aa8632896592d71cf9 (diff) | |
several smaller fixes.
Diffstat (limited to 'src/client/views/nodes/IconBox.scss')
| -rw-r--r-- | src/client/views/nodes/IconBox.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/IconBox.scss b/src/client/views/nodes/IconBox.scss index f6d9860a3..893dc2d36 100644 --- a/src/client/views/nodes/IconBox.scss +++ b/src/client/views/nodes/IconBox.scss @@ -4,13 +4,13 @@ position: inherit; left:0; top:0; - height: 100%; + height: auto; width: max-content; // overflow: hidden; pointer-events: all; svg { width: $MINIMIZED_ICON_SIZE !important; - height: 100%; + height: auto; background: white; } .iconBox-label { |
