Skip to content

Commit

Permalink
[TASK] Add Table Border
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepnitsan committed Dec 17, 2024
1 parent ec03646 commit 0768e8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Public/Css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ tr.head:hover,.ext-overview:hover{
.modal-body table{
width: 100%
}
table{
border: 1px solid #ccc;
}
.btn-export{
float:right;
border: none;
Expand Down

0 comments on commit 0768e8a

Please sign in to comment.