Skip to content
Merged
4 changes: 4 additions & 0 deletions apps/frontend/src/pages/[type]/[id]/settings/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,8 @@ svg {
.small-multiselect {
max-width: 15rem;
}

.button-group {
justify-content: flex-start;
}
</style>
4 changes: 4 additions & 0 deletions apps/frontend/src/pages/[type]/[id]/settings/links.vue
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,8 @@ function checkDifference(newLink, existingLink) {
height: 40px;
}
}

.button-group {
justify-content: flex-start;
}
</style>
4 changes: 4 additions & 0 deletions apps/frontend/src/pages/[type]/[id]/settings/tags.vue
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ export default defineNuxtComponent({
}
}

.button-group {
justify-content: flex-start;
}

.category-list {
column-count: 4;
column-gap: var(--spacing-card-lg);
Expand Down
Loading