Преглед на файлове

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 {