mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
chore: revert min-height for status (85316d0
)
This commit is contained in:
parent
7c6a81961b
commit
915923162a
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@ const { translation } = useTranslation(status)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<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
|
<ContentRich
|
||||||
v-if="status.content"
|
v-if="status.content"
|
||||||
class="line-compact"
|
class="line-compact"
|
||||||
|
@ -29,6 +29,5 @@ const { translation } = useTranslation(status)
|
||||||
<style>
|
<style>
|
||||||
.status-body.with-action p {
|
.status-body.with-action p {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
min-height: 2rem;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue