1
0
Fork 0

Update PostComponent

This commit is contained in:
Daniel Supernault 2019-06-16 15:42:30 -06:00
parent 8788bf27db
commit c37c8bd151
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@
</div>
</div>
</div>
<div class="d-flex flex-md-column flex-column-reverse h-100">
<div class="d-flex flex-md-column flex-column-reverse h-100" style="overflow-y: auto;">
<div class="card-body status-comments pb-5">
<div class="status-comment">
<p :class="[status.content.length > 420 ? 'mb-1 read-more' : 'mb-1']" style="overflow: hidden;">
@ -433,7 +433,7 @@
background: transparent;
}
</style>
<style type="text/css">
<style type="text/css" scoped>
.momentui .bg-dark {
background: #000 !important;
}