Skip to content

Commit ba66288

Browse files
committed
fix locked vote cell for current user
Signed-off-by: dartcafe <github@dartcafe.de>
1 parent feab22e commit ba66288

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/VoteTable/VoteTable.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ const showCalendarPeek = computed(
230230
}
231231
232232
.current-user {
233-
padding-top: 1.5rem;
234-
padding-bottom: 1.5rem;
233+
margin-top: 1.5rem;
234+
margin-bottom: 1.5rem;
235235
}
236236
237237
.option-element {

0 commit comments

Comments
 (0)