From 9742f3abeab33e47e292a08fd0b1355e86f0fde2 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Thu, 1 Aug 2019 01:56:42 +0900 Subject: [PATCH] fix: no margin-top: 1px --- web/src/components/Availability.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/src/components/Availability.js b/web/src/components/Availability.js index 55ccd03..311add7 100644 --- a/web/src/components/Availability.js +++ b/web/src/components/Availability.js @@ -128,9 +128,8 @@ const Cell = styled.div` color: ${({ availability }) => (availability ? 'green' : 'red')}; ` -const Name = styled.span` +const Name = styled.div` margin-left: 6px; - margin-top: -1px; font-family: monospace; font-size: 1rem;