Skip to content

Commit bf03eea

Browse files
committed
limit width of vote table in list-view
Signed-off-by: dartcafe <github@dartcafe.de>
1 parent ba66288 commit bf03eea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/VoteTable/VoteTable.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ const showCalendarPeek = computed(
258258
259259
&.list-view {
260260
grid-template-columns: auto 5rem 5rem;
261+
max-width: 49rem;
261262
262263
.grid-info,
263264
.option-spacer,

0 commit comments

Comments
 (0)