Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Nov 22, 2023
1 parent 2140645 commit 9a300f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ $header-weight: 500;
font-weight: $header-weight;
padding: 16px;
text-align: left;
border-bottom: 1px solid #8c8c8c;
background-color: #ededed;
}

Expand Down
4 changes: 2 additions & 2 deletions src/components/testCaseLanding/common/TestCase.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
max-width: 10vw;
white-space: normal;
vertical-align: top;
border-bottom: solid 1px #8c8c8c;
border-bottom: inherit;
}
}

Expand All @@ -16,7 +16,7 @@
border: solid 1px #8c8c8c;
border-radius: 3px;
> .table-body {
border-top: solid 1px #8c8c8c;
border-top: inherit;
border-radius: 3px;
}
}
Expand Down

0 comments on commit 9a300f3

Please sign in to comment.