We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
medium
middle
1 parent 7b1ef61 commit a9b31edCopy full SHA for a9b31ed
src/scripts/Grid.tsx
@@ -67,7 +67,7 @@ function adjustCols(colNum: number, large?: boolean) {
67
*/
68
export type ColProps = {
69
padded?: boolean | 'medium' | 'large';
70
- align?: 'top' | 'medium' | 'bottom';
+ align?: 'top' | 'middle' | 'bottom';
71
noFlex?: boolean;
72
order?: number;
73
orderSmall?: number;
0 commit comments