visuddhinanda пре 2 година
родитељ
комит
d7ee89a5c1
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      dashboard/src/components/template/SentEdit.tsx

+ 5 - 1
dashboard/src/components/template/SentEdit.tsx

@@ -83,7 +83,11 @@ export const SentEditInner = ({
   }, []);
   }, []);
 
 
   return (
   return (
-    <Card bodyStyle={{ paddingBottom: 0 }} size="small">
+    <Card
+      bodyStyle={{ paddingBottom: 0 }}
+      style={{ border: "solid 2px #dfdfdf", marginTop: 4, borderRadius: 5 }}
+      size="small"
+    >
       <SentContent
       <SentContent
         sid={id}
         sid={id}
         book={book}
         book={book}