mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 13:04:29 -07:00
Fix documentation: Missing 'is-hoverable' (#1579)
This commit is contained in:
@@ -556,7 +556,7 @@ doc-subtab: table
|
|||||||
<p>You can <strong>combine</strong> all four modifiers.</p>
|
<p>You can <strong>combine</strong> all four modifiers.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<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>
|
||||||
<div class="column is-half">
|
<div class="column is-half">
|
||||||
<table class="table is-bordered is-striped is-narrow is-hoverable is-fullwidth">
|
<table class="table is-bordered is-striped is-narrow is-hoverable is-fullwidth">
|
||||||
|
|||||||
Reference in New Issue
Block a user