Commit 530ce0cc authored by Muhammadali's avatar Muhammadali

update-

parent 360e3c7b
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.5.1", "version": "4.5.2",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -16,8 +16,10 @@ DropDownStyle.Text = styled.div` ...@@ -16,8 +16,10 @@ DropDownStyle.Text = styled.div`
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
cursor: pointer;
.status { .status {
color: orange; color: orange;
border-bottom: 1px dashed orange;
} }
`; `;
DropDownStyle.Window = styled.div` DropDownStyle.Window = styled.div`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment