Skip to content

Commit

Permalink
fix: set list row height to 40px (#25619) (#25625)
Browse files Browse the repository at this point in the history
- make checkbox container area larger to avoid accidental click routing to form

(cherry picked from commit 439e7c5)

Co-authored-by: Faris Ansari <netchampfaris@users.noreply.github.com>
  • Loading branch information
mergify[bot] and netchampfaris committed Mar 23, 2024
1 parent f62a30c commit af406f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frappe/public/scss/desk/list.scss
Expand Up @@ -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;
Expand Down Expand Up @@ -157,10 +157,13 @@
}
}

.select-like,
.file-select {
padding-left: 11px;
}

.select-like {
padding: 10px 0 10px 11px;
}
}

.list-row-head {
Expand Down

0 comments on commit af406f9

Please sign in to comment.