Skip to content

Commit

Permalink
Undo linting change in unrelated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Sep 15, 2023
1 parent d8585f3 commit ddd2aed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,9 @@ export class ServerHeroCard extends LitElement implements ServerListItemElement
css`
.card {
--min-indicator-size: 192px;
/*
/*
TODO(daniellacosse): calc() in combination with grid in this way can be inconsistent on iOS.
May be resolved by autoprefixer as well.
May be resolved by autoprefixer as well.
*/
--max-indicator-size: var(--min-indicator-size);
Expand Down

0 comments on commit ddd2aed

Please sign in to comment.