reduce margin of group notes

This commit is contained in:
Davide Alberani 2017-01-28 11:42:26 +01:00
부모 9e74d6a1d9
커밋 d1ffc7cf4c

파일 보기

@ -263,6 +263,7 @@ export default {
.group-notes > p {
font-style: italic;
padding-left: 30px;
margin: 0px;
text-overflow: ellipsis;
max-width: 400px;
overflow: hidden;