|
|
@@ -58,7 +58,7 @@ exports[`Render should render component 1`] = `
|
|
|
className="gf-form-inline"
|
|
|
>
|
|
|
<UserPicker
|
|
|
- className="width-30"
|
|
|
+ className="min-width-30"
|
|
|
onSelected={[Function]}
|
|
|
/>
|
|
|
</div>
|
|
|
@@ -152,7 +152,7 @@ exports[`Render should render team members 1`] = `
|
|
|
className="gf-form-inline"
|
|
|
>
|
|
|
<UserPicker
|
|
|
- className="width-30"
|
|
|
+ className="min-width-30"
|
|
|
onSelected={[Function]}
|
|
|
/>
|
|
|
</div>
|
|
|
@@ -372,7 +372,7 @@ exports[`Render should render team members when sync enabled 1`] = `
|
|
|
className="gf-form-inline"
|
|
|
>
|
|
|
<UserPicker
|
|
|
- className="width-30"
|
|
|
+ className="min-width-30"
|
|
|
onSelected={[Function]}
|
|
|
/>
|
|
|
</div>
|