diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-03-18 19:11:50 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-03-18 19:11:50 -0400 |
commit | 757413b1affeb0e32dbcd0f04ec661cd908a249c (patch) | |
tree | 62307d5db968a0ef27fa99b110cc41aefe1edd2b /src | |
parent | 7db0071a1f1232112597176b0b077e6b7e37679d (diff) |
fixed
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/ContextMenu.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index 5c40c3c43..e5d41fcb6 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -17,7 +17,8 @@ .contextMenu-item { width: 11vw; //10vw height: 2.5vh; //2vh - background: #DDDDDD; // display: flex; + background: #DDDDDD; + display: flex; justify-content: left; align-items: center; -webkit-touch-callout: none; |