5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 13:56:08 +00:00

sacarle padding a <mark> en el editor (ya que es inline)

This commit is contained in:
void 2020-03-21 01:12:00 -03:00
parent fb5623ba3e
commit 253aea440f

View file

@ -300,4 +300,8 @@ svg {
.sutty-editor-loading-image {
opacity: .5;
}
mark {
padding: 0;
}
}