Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
refactor: removing panel title
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Dec 31, 2019
1 parent ad08fde commit 766d0cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/CcAuthorizationMethod.js
Expand Up @@ -109,7 +109,7 @@ export class CcAuthorizationMethod extends CcConsumerMixin(AuthorizationMethod)
items,
selected,
} = this;
return html`<div class="form-title">Select a certificate</div>
return html`
<div class="list">
<anypoint-radio-group
?compatibility="${compatibility}"
Expand Down
1 change: 0 additions & 1 deletion src/Styles.js
Expand Up @@ -31,7 +31,6 @@ anypoint-radio-button {
.default {
align-items: center;
}
.name {
Expand Down

0 comments on commit 766d0cb

Please sign in to comment.