From 3b3245b66d06b5bff72d416c3e5d0ef0b8b6c95b Mon Sep 17 00:00:00 2001 From: Grigory Vodyanov Date: Thu, 18 Jul 2024 12:37:31 +0200 Subject: [PATCH] style(ContactsList): remove top margin to align with the navigation sidebar Signed-off-by: Grigory V --- src/components/ContactsList.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ContactsList.vue b/src/components/ContactsList.vue index 95aeb3127..e8da9a702 100644 --- a/src/components/ContactsList.vue +++ b/src/components/ContactsList.vue @@ -164,7 +164,6 @@ export default { // Search field .search-contacts-field { padding: 5px 10px 5px 50px; - margin-top: 4px; > input { width: 100%;