visuddhinanda пре 2 година
родитељ
комит
68e7f9b2aa

+ 1 - 1
dashboard/src/components/template/Wbw/WbwDetailCase.tsx

@@ -20,7 +20,7 @@ const WbwDetailCaseWidget = ({ data, onChange }: IWidget) => {
   const intl = useIntl();
 
   return (
-    <div style={{ display: "flex" }}>
+    <div style={{ display: "flex", width: "100%" }}>
       <SelectCase
         value={data.case?.value}
         onCaseChange={(value: string) => {

+ 1 - 1
dashboard/src/components/template/Wbw/WbwDetailFm.tsx

@@ -205,7 +205,7 @@ const WbwDetailFmWidget = ({
 
   return (
     <div>
-      <div style={{ display: "flex" }}>
+      <div style={{ display: "flex", width: "100%" }}>
         <Input
           key="input"
           allowClear