removed horizontal padding from <mark> element
This commit is contained in:
parent
371f4a41f3
commit
97c36e6da6
@ -267,6 +267,11 @@ details.imageselect > summary.imageselect-summary {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mark {
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* .imageselect-overlay {
|
/* .imageselect-overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user