diff options
Diffstat (limited to 'tpl/objects/table.pug')
| -rw-r--r-- | tpl/objects/table.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/objects/table.pug b/tpl/objects/table.pug index e635589..c8ff17e 100644 --- a/tpl/objects/table.pug +++ b/tpl/objects/table.pug | |||
| @@ -5,7 +5,7 @@ mixin table | |||
| 5 | 'o-table--flush': attributes.flush, | 5 | 'o-table--flush': attributes.flush, |
| 6 | 'o-table--box': attributes.box, | 6 | 'o-table--box': attributes.box, |
| 7 | 'o-table--interactive': attributes.interactive, | 7 | 'o-table--interactive': attributes.interactive, |
| 8 | 'o-table--50': attributes.size50, | 8 | 'o-table--sm': attributes.sm, |
| 9 | } | 9 | } |
| 10 | 10 | ||
| 11 | table(class=classes) | 11 | table(class=classes) |
