added small css fix

This commit is contained in:
Harry Bomrah 2017-09-26 12:07:45 +08:00
parent a60804ec92
commit efb805b810
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@ body {
margin-right: 5px;
}
.ticket-date{
margin-left: 5px;
}
.ticket-item {
padding: 16px 20px;
border-bottom: 1px solid $light-gray;