From bc84831c04661c8b6cebd6bccf740399d646ed10 Mon Sep 17 00:00:00 2001 From: JhanYing Date: Sat, 6 Jan 2018 16:29:36 -0600 Subject: [PATCH] Fix documentation: Missing 'is-hoverable' (#1579) --- docs/documentation/elements/table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/elements/table.html b/docs/documentation/elements/table.html index 2d9bbd632..f59f39d11 100644 --- a/docs/documentation/elements/table.html +++ b/docs/documentation/elements/table.html @@ -556,7 +556,7 @@ doc-subtab: table

You can combine all four modifiers.

- table is-bordered is-striped is-narrow is-fullwidth + table is-bordered is-striped is-narrow is-hoverable is-fullwidth
-- 2.47.2