Skip to content

Commit

Permalink
[team-exp] Remove margin on title
Browse files Browse the repository at this point in the history
  • Loading branch information
paullewis committed Apr 17, 2024
1 parent 9469b88 commit 99373af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions seeds/team-experiments/src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export enum SECTION {

export interface State {
teamId: string | null;
teamSection: number | null;
section: SECTION | null;
}

Expand Down
1 change: 1 addition & 0 deletions seeds/team-experiments/src/ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export class Main extends LitElement {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0;
}
#back {
Expand Down

0 comments on commit 99373af

Please sign in to comment.