fix(ui): fix typo
This commit is contained in:
parent
fcd79a6fb7
commit
631f427f67
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
white-space: nowrap;
|
||||
z-index: 10;
|
||||
z-index: 20;
|
||||
position: absolute;
|
||||
right: 31px;
|
||||
top: 27px;
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
& .menuItem {
|
||||
cursor: pointer;
|
||||
padding: 20px;
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid $gray-light;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue