reduce margin for day and attendee notes

This commit is contained in:
Davide Alberani 2017-01-28 11:44:04 +01:00
parent d1ffc7cf4c
commit 621879c8da
2 changed files with 4 additions and 1 deletions

View file

@ -221,7 +221,6 @@ export default {
}
#day-notes {
padding: 10px;
color: rgba(0, 0, 0, 0.54);
}

View file

@ -141,4 +141,8 @@ export default {
max-width: 120px;
}
.attendee-notes > p {
margin: 0px;
}
</style>