adds missing spacing around links in reason text

This commit is contained in:
Joffrey JAFFEUX 2017-09-11 10:42:53 +02:00 committed by GitHub
parent 7f9220a2cd
commit b2dcb51e48
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@
.reason {
line-height: 16px;
margin: 0 0 0 10px;
a {
margin-left: 3px;
margin-right: 3px;
}
}
}
}