mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Make whole settings folder td clickable
This commit is contained in:
parent
312f1c3b9b
commit
39c17b6493
2 changed files with 6 additions and 3 deletions
|
|
@ -9,13 +9,16 @@
|
|||
margin-top: 1em;
|
||||
}
|
||||
|
||||
td:first-child {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
td + td {
|
||||
white-space: nowrap;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
.folder-name {
|
||||
cursor: pointer;
|
||||
word-break: break-all;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue