소스 검색

remove border on editor

AykutSarac 3 년 전
부모
커밋
b22ad4181a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/CarbonAds/index.tsx

+ 1 - 0
src/components/CarbonAds/index.tsx

@@ -5,6 +5,7 @@ const StyledWrapper = styled.span`
   #carbonads {
     width: 100%;
     display: flex;
+    border-radius: 0;
   }
 
   #carbonads > span {