Skip to content

Commit

Permalink
fixup! Remove unneeded margin after paragraphs
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
JuliaKirschenheuter authored and susnux committed Jul 7, 2023
1 parent 279297d commit 8cbb46a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
<!-- {{item._activity}} -->
<NcDashboardWidgetItem :id="item.activity_id"
:target-url="item.link"
class="activity-panel__item"
:overlay-icon-url="item.icon"
:main-text="item.subject"
:sub-text="item.dateFromNow">
Expand Down Expand Up @@ -139,8 +138,5 @@ export default {
::v-deep .item-icon {
filter: var(--background-invert-if-dark);
}
.activity-panel__item p.message {
margin-bottom: 0!important;
}
}
</style>

0 comments on commit 8cbb46a

Please sign in to comment.