Skip to content

Commit

Permalink
Merge pull request #1484 from frankrousseau/master
Browse files Browse the repository at this point in the history
[breakdown] Fix header and colum styles
  • Loading branch information
EvanBldy authored Jul 9, 2024
2 parents 90955f6 + 5e4e659 commit 1398446
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 1398446

Please sign in to comment.