We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f94451 commit f0e6e56Copy full SHA for f0e6e56
src/custom-elements/entity.ts
@@ -133,7 +133,7 @@ export class GithubEntity extends LitElement {
133
</div>
134
<div class="name truncate${this.action ? " clickable" : ""}" @click="${this.action}">
135
${this.name}
136
- ${this.secondaryInfo && html`<div class="secondary">${this.secondaryInfo}</div>`}
+ ${this.secondaryInfo && html`<div class="secondary truncate">${this.secondaryInfo}</div>`}
137
138
${this.attributesData.map(attributeView)}
139
<div>
0 commit comments