Skip to content

Commit

Permalink
fix(grid): Update responsive docs to have accurate class prefixes (#3…
Browse files Browse the repository at this point in the history
…175)
  • Loading branch information
Ayesha Mazumdar committed Apr 2, 2018
1 parent 52fc357 commit f6a66d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/utilities/grid/docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ Below is an overview table outlining the default behavior for columns and how th

| |Default|Small (>= 480px)|Medium (>=768px)|Large (>=1024px)|
|---|---|---|---|---|
|Width class prefix|`slds-size`|`slds-size-small`|`slds-size-medium`|`slds-size-large`|
|Width class prefix|`slds-size`|`slds-small-size`|`slds-medium-size`|`slds-large-size`|
|# of columns|1,2,3,4,5,6,7,8 and 12
|Column ordering prefix|`slds-order`|`slds-order-small`|`slds-order-medium`|`slds-order-large`|
|Column ordering prefix|`slds-order`|`slds-small-order`|`slds-medium-order`|`slds-large-order`|
|Max # of reorders|12

<Blockquote>
Expand Down

0 comments on commit f6a66d9

Please sign in to comment.