fix: set list row height to 40px (#25619)
- make checkbox container area larger to avoid accidental click routing to form
This commit is contained in:
parent
ffc45f287d
commit
439e7c5b1a
1 changed files with 5 additions and 2 deletions
|
|
@ -82,7 +82,7 @@
|
|||
|
||||
.list-row {
|
||||
padding: 15px 15px 15px 0px;
|
||||
height: 38px;
|
||||
height: 40px;
|
||||
cursor: pointer;
|
||||
transition: color 0.2s;
|
||||
-webkit-transition: color 0.2s;
|
||||
|
|
@ -157,10 +157,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.select-like,
|
||||
.file-select {
|
||||
padding-left: 11px;
|
||||
}
|
||||
|
||||
.select-like {
|
||||
padding: 10px 0 10px 11px;
|
||||
}
|
||||
}
|
||||
|
||||
.list-row-head {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue