From 621879c8da95bc30d6155ac1f0363ec13cb10c0d Mon Sep 17 00:00:00 2001 From: Davide Alberani Date: Sat, 28 Jan 2017 11:44:04 +0100 Subject: [PATCH] reduce margin for day and attendee notes --- src/App.vue | 1 - src/Attendee.vue | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) 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; +} +