Small fix to dropdown item height
This commit is contained in:
parent
bc2b9b2651
commit
3a9d5264e1
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@
|
|||
float: inherit;
|
||||
width: auto !important;
|
||||
cursor: pointer;
|
||||
height: 36px;
|
||||
height: 44px;
|
||||
|
||||
/*
|
||||
* rules for confirmation directive
|
||||
|
@ -1210,7 +1210,7 @@
|
|||
}
|
||||
|
||||
.icon {
|
||||
margin: 11px 8px;
|
||||
margin: 14px 8px;
|
||||
|
||||
&.sort-indicator {
|
||||
margin-left: auto;
|
||||
|
|
Loading…
Reference in a new issue