diff --git a/src/App.vue b/src/App.vue index 3d00af8..d5d8070 100644 --- a/src/App.vue +++ b/src/App.vue @@ -221,7 +221,6 @@ export default { } #day-notes { - padding: 10px; color: rgba(0, 0, 0, 0.54); } diff --git a/src/Attendee.vue b/src/Attendee.vue index ec6216c..1641389 100644 --- a/src/Attendee.vue +++ b/src/Attendee.vue @@ -141,4 +141,8 @@ export default { max-width: 120px; } +.attendee-notes > p { + margin: 0px; +} +