Просмотр исходного кода

Fix documentation: Missing 'is-hoverable' (#1579)

JhanYing 7 лет назад
Родитель
Сommit
bc84831c04
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/documentation/elements/table.html

+ 1 - 1
docs/documentation/elements/table.html

@@ -556,7 +556,7 @@ doc-subtab: table
         <p>You can <strong>combine</strong> all four modifiers.</p>
       </div>
       <div class="column">
-        <code>table is-bordered is-striped is-narrow is-fullwidth</code>
+        <code>table is-bordered is-striped is-narrow is-hoverable is-fullwidth</code>
       </div>
       <div class="column is-half">
         <table class="table is-bordered is-striped is-narrow is-hoverable is-fullwidth">