Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes committed Dec 2, 2024
1 parent f848080 commit 7ad249a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/fluent/docs/customization-imageeditor.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-image-editor-action-pane-width</td>
<td>Number</td>
<td><code>if( $kendo-image-editor-content-border-width == 0, 240px, calc( 240px + #{$kendo-image-editor-content-border-width}) )</code></td>
<td><code>240px</code></td>
<td><code>if( $kendo-image-editor-content-border-width == 0, 270px, calc( 270px + #{$kendo-image-editor-content-border-width}) )</code></td>
<td><code>270px</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Imageeditor action pane width.</div></div>
Expand Down
4 changes: 2 additions & 2 deletions packages/fluent/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -15769,8 +15769,8 @@ The following table lists the available variables for customizing the Fluent the
<tr>
<td>$kendo-image-editor-action-pane-width</td>
<td>Number</td>
<td><code>if( $kendo-image-editor-content-border-width == 0, 240px, calc( 240px + #{$kendo-image-editor-content-border-width}) )</code></td>
<td><code>240px</code></td>
<td><code>if( $kendo-image-editor-content-border-width == 0, 270px, calc( 270px + #{$kendo-image-editor-content-border-width}) )</code></td>
<td><code>270px</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Imageeditor action pane width.</div></div>
Expand Down

0 comments on commit 7ad249a

Please sign in to comment.