Skip to content

Commit

Permalink
table fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy committed Mar 7, 2024
1 parent f0a58c6 commit 31a15c2
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/app/dashboard/dashboard.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ a {
overflow: hidden;
}

th {
padding-left: 20px;
}

td {
padding-left: 20px;
}

tbody tr:hover {
cursor: pointer;
background-color: #e8e8e847;
Expand Down Expand Up @@ -96,3 +88,8 @@ tbody tr:hover {
margin-left: 10px;
font-size: 19px;
}

.status-icon {
padding-bottom: 7px;
padding-top: 7px;
}

0 comments on commit 31a15c2

Please sign in to comment.