Skip to content

Commit

Permalink
fix(inline): v-line is not fully adapted for horizontal scrolling (#6467
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Flrande authored Mar 13, 2024
1 parent 36d4298 commit 340c62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/framework/inline/src/components/v-line.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export class VLine extends LitElement {
// this padding is used to make cursor can be placed at the
// start and end of the line when the first and last element is embed element
padding: '0 0.5px',
display: 'inline-block',
})}>${renderElements}</div>`;
}

Expand Down

0 comments on commit 340c62e

Please sign in to comment.