adds missing spacing around links in reason text
This commit is contained in:
parent
7f9220a2cd
commit
b2dcb51e48
|
@ -10,6 +10,11 @@
|
||||||
.reason {
|
.reason {
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
margin: 0 0 0 10px;
|
margin: 0 0 0 10px;
|
||||||
|
|
||||||
|
a {
|
||||||
|
margin-left: 3px;
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue