Skip to content

Commit

Permalink
chore(board): center-align plattform column
Browse files Browse the repository at this point in the history
  • Loading branch information
SharmaTarun1111111 committed Jul 14, 2023
1 parent 017b9a1 commit 83cb1da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.quayText {
font-weight: 700;
text-align: left;
text-align: center;
font-size: 1.5em;
}
2 changes: 1 addition & 1 deletion next-tavla/src/Board/scenarios/Table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ColumnOrder: TColumnLayout[] = [
{ type: 'destination', size: 6, textAlign: 'left' },
{ type: 'via', size: 5, textAlign: 'left' },
{ type: 'situations', size: 6, textAlign: 'left' },
{ type: 'platform', size: 1, textAlign: 'left' },
{ type: 'platform', size: 1, textAlign: 'center' },
{ type: 'time', size: 1, textAlign: 'right' },
]

Expand Down

0 comments on commit 83cb1da

Please sign in to comment.