Skip to content

Commit

Permalink
Update max-width for cards
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Nov 27, 2024
1 parent 5305fc6 commit 4c3f33e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/components/Pages/ManageWiki/TabSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ export default {
.tab-container >>> .card-column {
padding: 8px;
}
.tab-container >>> .col {
max-width: 740px;
}
.tab-container >>> .v-card {
min-width: 288px;
}
Expand Down
6 changes: 6 additions & 0 deletions src/components/Pages/ManageWiki/Tabs/ManageFeatures.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ export default {
}
}
</script>

<style scoped>
.v-main >>> .col {
max-width: 896px;
}
</style>
4 changes: 3 additions & 1 deletion src/components/Pages/ManageWiki/Tabs/ManageWiki.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,7 @@ export default {
.red-notice-highlight{
background-color: red;
}
.v-main >>> .col {
max-width: 640px;
}
</style>

0 comments on commit 4c3f33e

Please sign in to comment.