Skip to content

Commit

Permalink
Add Min Height
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Dec 2, 2024
1 parent 6eb11b2 commit 5d6edd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/web/src/components/CloudTAK/CoTView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
/>

<div
v-if='cot.properties.remarks'
v-if='cot.properties.remarks !== undefined'
class='col-12 py-2'
>
<label class='subheader mx-2'>Remarks</label>
Expand Down
1 change: 1 addition & 0 deletions api/web/src/components/CloudTAK/util/CopyField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<template v-if='rows > 1 || mode === "pre"'>
<TablerMarkdown
v-if='mode === "text"'
style='min-height: 32px'
:markdown='markdown'
/>
<pre
Expand Down

0 comments on commit 5d6edd6

Please sign in to comment.