We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca49f4 commit 16ae7e8Copy full SHA for 16ae7e8
resizer/ui/panels/panels.tid
@@ -386,9 +386,13 @@ code-body: yes
386
387
\procedure resizable-table-content-content()
388
\whitespace trim
389
-<$wikify name="content" text=<<cell>>>
390
- <<content>>
391
-</$wikify>
+<%if [<cell>!is[blank]] %>
+ <$wikify name="content" text=<<cell>>>
+ <<content>>
392
+ </$wikify>
393
+<% else %>
394
+ <div style.height="1.5rem"/>
395
+<% endif %>
396
\end
397
398
\procedure resizable-table-content(filter,tableArea)
0 commit comments