Browse Source

remove border on editor

AykutSarac 3 years ago
parent
commit
b22ad4181a
1 changed files with 1 additions and 0 deletions
  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 {