Skip to content
Snippets Groups Projects
Commit af61f038 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Wot muli-selection: fix item height

parent 2d46aa49
No related branches found
No related tags found
No related merge requests found
...@@ -1289,8 +1289,11 @@ a.underline:hover, ...@@ -1289,8 +1289,11 @@ a.underline:hover,
} }
} }
// checkbox
.item.item-avatar.item-checkbox .item-content { .item.item-avatar.item-checkbox .item-content {
padding-left: 47px; padding-left: 47px;
min-height: auto !important;
height: auto !important;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment