Skip to content

Commit

Permalink
use fit-content for headers
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil committed Aug 29, 2024
1 parent ca1560b commit 3a0eb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/MSAView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export default {
padding: 0;
margin: 0;
display: grid;
grid-template-columns: 1fr 5fr auto;
grid-template-columns: fit-content(20%) 5fr auto;
width: 100%;
justify-content: space-between;
gap: 16px;
Expand Down

0 comments on commit 3a0eb03

Please sign in to comment.