This commit is contained in:
Richard O'flynn 2020-11-27 09:14:34 +00:00
commit f17b35d848
4 changed files with 4 additions and 4 deletions

View file

@ -36,7 +36,7 @@ export interface ColumnProps extends svelte.JSX.HTMLAttributes<HTMLElementTagNam
noGutterRight?: boolean;
/**
* Set to `true` to add top and bottom padding this column
* Set to `true` to add top and bottom padding to the column
* @default false
*/
padding?: boolean;