diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-05-13 02:09:23 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-05-13 02:09:23 -0400 |
| commit | 762394f2d226501a95ba34edebcbea7ba9bf6a47 (patch) | |
| tree | 66293a326e081a14b3536741fbe307fe9944e8b6 /src/client/views/nodes/IconBox.scss | |
| parent | 2767d6b439dd9e90543f955c68e521e03c690af0 (diff) | |
| parent | 9047fbe7dc69572bd8178bc29616ed2c855933ce (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
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 85bbdeb59..f6d9860a3 100644 --- a/src/client/views/nodes/IconBox.scss +++ b/src/client/views/nodes/IconBox.scss @@ -1,7 +1,7 @@ @import "../globalCssVariables"; .iconBox-container { - position: absolute; + position: inherit; left:0; top:0; height: 100%; @@ -14,7 +14,7 @@ background: white; } .iconBox-label { - position: inherit; + position: absolute; width:max-content; font-size: 14px; margin-top: 3px; |
