Skip to content

Commit 0acf980

Browse files
Anthony KinseyAnthony Kinsey
Anthony Kinsey
authored and
Anthony Kinsey
committed
fix: issue with spacing when pagination isnt present on mentions view
1 parent c3b4f30 commit 0acf980

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/Mentions.vue

+2
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ export default {
176176
.mention-actions {
177177
.button {
178178
margin: 0 0 1.25rem;
179+
&:last-child { margin-bottom: 0; }
180+
179181
}
180182
}
181183
}

0 commit comments

Comments
 (0)