Skip to content

Commit

Permalink
Maximum width of a user chip changed from unlimited to 200 pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
big213 committed Apr 7, 2021
1 parent d7dde7a commit 8389084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/table/common/userColumn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
top
>
<template v-slot:activator="{ on }">
<v-chip pill small v-on="on">
<v-chip pill style="max-width: 200px" small v-on="on">
<v-avatar left>
<v-img v-if="currentValue.avatar" :src="currentValue.avatar"></v-img
><v-icon v-else>mdi-account</v-icon>
Expand Down

0 comments on commit 8389084

Please sign in to comment.