Skip to content

Commit

Permalink
chore: revert min-height for status (85316d0)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jan 6, 2023
1 parent 7c6a819 commit 9159231
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/status/StatusBody.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { translation } = useTranslation(status)
</script>

<template>
<div class="status-body mt2" whitespace-pre-wrap break-words :class="{ 'with-action': withAction }">
<div class="status-body" whitespace-pre-wrap break-words :class="{ 'with-action': withAction }">
<ContentRich
v-if="status.content"
class="line-compact"
Expand All @@ -29,6 +29,5 @@ const { translation } = useTranslation(status)
<style>
.status-body.with-action p {
cursor: pointer;
min-height: 2rem;
}
</style>

0 comments on commit 9159231

Please sign in to comment.