Skip to content

Commit

Permalink
Fix height
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Dec 6, 2024
1 parent c1abffa commit 88186de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/web/src/components/CloudTAK/util/CopyField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
v-else
ref='infobox'
class='position-relative bg-gray-500 rounded-top py-2 px-2 text-truncate'
:style='rows === 1 ? `height: 36px;` : ``'
:style='rows === 1 ? `height: 44px;` : ``'
:class='{
"hover-button hover-border cursor-pointer": hover,
}'
Expand Down

0 comments on commit 88186de

Please sign in to comment.