Skip to content

Commit

Permalink
fix(EntityTitle): Fill should apply 100% width (#7114)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggdouglas authored Dec 6, 2024
1 parent 66657fd commit 7cfe182
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/components/entity-title/_entity-title.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
gap: 0.7 * $pt-grid-size;
min-width: 0;

&.#{$ns}-fill {
width: 100%;
}

&-icon-container {
&.#{$ns}-entity-title-has-subtitle {
align-self: flex-start;
Expand Down

1 comment on commit 7cfe182

@svc-palantir-github
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix(EntityTitle): Fill should apply 100% width (#7114)

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.