Skip to content

Commit

Permalink
[breakdown] Fix header and colum styles
Browse files Browse the repository at this point in the history
  • Loading branch information
frankrousseau committed Jul 10, 2024
1 parent 56a256d commit 407ed12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/pages/Breakdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1853,6 +1853,7 @@ export default {
font-size: 0.9em;
font-weight: 600;
letter-spacing: 1px;
min-height: 40px;
overflow-y: hidden;
padding: 0;
position: sticky;
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/breakdown/ShotLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
:style="{
'min-width': columnWidth[descriptor.id]
? columnWidth[descriptor.id] + 'px'
: '100px'
: '110px'
}"
v-for="(descriptor, j) in visibleMetadataDescriptors"
v-if="isShowInfosBreakdown"
Expand Down

0 comments on commit 407ed12

Please sign in to comment.