diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-03-09 15:58:58 -0500 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-03-09 15:58:58 -0500 |
| commit | a13c0bacfb58970b3316c75b18582ad24cf8bee4 (patch) | |
| tree | 84725194d489b75e469609b724daf5ba8d1f3067 /src/client/views/ContextMenu.scss | |
| parent | e5a14d6dddccc922bb253323b461ac2500c33b7c (diff) | |
merge
Diffstat (limited to 'src/client/views/ContextMenu.scss')
| -rw-r--r-- | src/client/views/ContextMenu.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index 2ac5d3b52..47a4e38ab 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -7,8 +7,8 @@ } .contextMenu-item { - width: 10vw; - height: 4vh; + width: 10vw; //10vw + height: auto; //4vh background: #DDDDDD; display: flex; justify-content: center; |
