Skip to content

Commit

Permalink
styleguide formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmmcken committed Jan 15, 2024
1 parent a87a1b8 commit 9d0297a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/code-studio/src/styleguide/SpectrumComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function ButtonsSample(): JSX.Element {
autoFlow="column"
columnGap="size-250"
rowGap="size-150"
columns={repeat(4, 'size-2000')}
columns={repeat(4, minmax(0, 'size-2000'))}
rows={repeat(8, 'size-400')}
>
<label>Button style=&quot;outline&quot;</label>
Expand Down Expand Up @@ -207,7 +207,7 @@ function ContextualHelpSample(): JSX.Element {
function FormsSample(): JSX.Element {
return (
<Form>
<Grid gap={20} columns={repeat('auto-fit', '210px')}>
<Grid gap={20} columns={repeat('auto-fit', '210px')} alignItems="end">
<TextField label="Text Field" />
<ComboBox label="Combobox" menuTrigger="focus" defaultSelectedKey="two">
<Item key="one">One</Item>
Expand Down

0 comments on commit 9d0297a

Please sign in to comment.