We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a7aa2 commit ab3d5a9Copy full SHA for ab3d5a9
src/core/components/contacts-list/contacts-list-md.less
@@ -3,17 +3,17 @@
3
.list-group-title {
4
pointer-events: none;
5
overflow: visible;
6
- width: 56px;
+ width: 40px;
7
+ li {
8
margin-top: calc(var(--f7-contacts-list-title-height) * -1);
9
}
10
11
li:not(.list-group-title) {
12
.ltr({
13
- padding-left: 56px;
+ padding-left: 40px;
14
});
15
.rtl({
16
- padding-right: 56px;
+ padding-right: 40px;
17
18
19
0 commit comments