aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/ContextMenu.scss
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-05-19 20:31:08 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-05-19 20:31:08 -0400
commitfa602aa4dec7b39b48779ffe907229db4d9f6264 (patch)
tree0fc72ba47e13dca1cd4ba03f82f2b41ed82edfd4 /src/client/views/ContextMenu.scss
parentb789ac4cc3fe013139825f811d7574e1d305c2cc (diff)
parentc103acbe8f8df919e87f9a18872a94eb8bc1a001 (diff)
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/ContextMenu.scss')
-rw-r--r--src/client/views/ContextMenu.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss
index 0a14c8ce7..b12ee3faa 100644
--- a/src/client/views/ContextMenu.scss
+++ b/src/client/views/ContextMenu.scss
@@ -48,7 +48,7 @@
border-style: none;
border-color: $intermediate-color; // rgb(187, 186, 186);
border-bottom-style: solid;
- padding: 10px;
+ padding: 10px 0px 10px 0px;
white-space: nowrap;
font-size: 1vw;
}
@@ -67,4 +67,5 @@
.icon-background {
background-color: #DDDDDD;
+ margin-right: 2px;
} \ No newline at end of file