Skip to content

Commit

Permalink
= 4.2.2.4 =
Browse files Browse the repository at this point in the history
~ Style: table order detail
  • Loading branch information
tungnxt89 committed Apr 4, 2023
1 parent 12f50ac commit 7b2ea98
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/src/scss/learnpress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -697,3 +697,15 @@ ul.list-table-nav {
overflow-x: auto;
}
}

.lp-content-area .order_details {
width: 100%;
border-collapse: collapse;


th, td {
text-align: left;
padding: 10px 25px;
border: 1px solid;
}
}

0 comments on commit 7b2ea98

Please sign in to comment.