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 <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Jul 3, 2023
1 parent ce8d19e commit 1d02544
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 1d02544

Please sign in to comment.