reduce margin for day and attendee notes
This commit is contained in:
parent
d1ffc7cf4c
commit
621879c8da
2 changed files with 4 additions and 1 deletions
|
@ -221,7 +221,6 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
#day-notes {
|
#day-notes {
|
||||||
padding: 10px;
|
|
||||||
color: rgba(0, 0, 0, 0.54);
|
color: rgba(0, 0, 0, 0.54);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -141,4 +141,8 @@ export default {
|
||||||
max-width: 120px;
|
max-width: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.attendee-notes > p {
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue