visuddhinanda 2 rokov pred
rodič
commit
41aeab9633

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

@@ -14,7 +14,7 @@ interface IDetailsWidget {
   isPr?: boolean;
   isPr?: boolean;
 }
 }
 export const Details = ({ data, isPr }: IDetailsWidget) => (
 export const Details = ({ data, isPr }: IDetailsWidget) => (
-  <Space>
+  <Space wrap>
     <Channel {...data.channel} />
     <Channel {...data.channel} />
     <User {...data.editor} showAvatar={isPr ? true : false} />
     <User {...data.editor} showAvatar={isPr ? true : false} />
     {data.prEditAt ? (
     {data.prEditAt ? (