Skip to content

Commit

Permalink
Revert unnecessary css change
Browse files Browse the repository at this point in the history
  • Loading branch information
sprucely committed Dec 8, 2022
1 parent 873dc01 commit 3976b43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/AD419/ClientApp/src/sass/_regions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,24 +121,24 @@ table.projects-table {
&:first-child {
width: 5%;
}
&:nth-child(3) {
width: 38%;
}
&:nth-child(2) {
width: 20%;
}
&:nth-child(3) {
width: 38%;
}
}
tbody {
td {
&:first-child {
width: 5%;
}
&:nth-child(3) {
width: 38%;
}
&:nth-child(2) {
width: 20%;
}
&:nth-child(3) {
width: 38%;
}
}
}
}
Expand Down

0 comments on commit 3976b43

Please sign in to comment.