1
0

feat: improve user assignments via quick add magic (#3348)

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3348
This commit is contained in:
konrad
2023-06-05 15:03:14 +00:00
8 changed files with 66 additions and 32 deletions

View File

@ -48,7 +48,6 @@ const displayName = computed(() => getDisplayName(props.user))
<style lang="scss" scoped>
.user {
margin: .5rem;
display: flex;
justify-items: center;