Skip to content

Commit 663e033

Browse files
committed
beautify
1 parent b800cad commit 663e033

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<div
2-
style=@($@"
3-
color: {Constants.TicketStatusColor[Status]};
4-
background-color: {Constants.TicketStatusBgColor[Status]};
5-
padding: 1px;
6-
border-radius: 3px;")
2+
class="ticket-status"
3+
style=@($@"color: {Constants.TicketStatusColor[Status]}; background-color: {Constants.TicketStatusBgColor[Status]};")
74
>
85
@Status
96
</div>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.ticket-status {
2+
padding: 1px;
3+
border-radius: 3px;
4+
width: 100px;
5+
text-align: center;
6+
}

0 commit comments

Comments
 (0)