Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
chinonso098 committed Oct 27, 2023
1 parent f0f77c0 commit d92e1a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/system-apps/taskmanager/taskmanager.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
font-weight:lighter; /* Header text bold */
font-size: 13px;
height: 40px;
min-width: 75px;
border: 2px solid #ccc; /* Cell border */
border-top: none;

Expand All @@ -129,6 +130,7 @@
.table td {
padding: 5px; /* Cell padding */
font-weight:lighter;
min-width: 75px;
margin-left: 5px;
margin-right: 5px;
font-size: 13px;
Expand Down

0 comments on commit d92e1a3

Please sign in to comment.