Skip to content

Commit f6a66d9

Browse files
author
Ayesha Mazumdar
authored
fix(grid): Update responsive docs to have accurate class prefixes (#3175)
1 parent 52fc357 commit f6a66d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/utilities/grid/docs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ Below is an overview table outlining the default behavior for columns and how th
250250

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

258258
<Blockquote>

0 commit comments

Comments
 (0)