Skip to content

Commit

Permalink
fix: specs overflow horizontally and z-index issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaSachs committed Mar 17, 2021
1 parent ecccf54 commit a72b525
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
position: relative;
color: unset;
text-decoration: none;
display: inline-block;
display: block;
width: 100%;
&:hover {
background: opacify($color: $metal-05, $amount: 0.2);
Expand Down
1 change: 0 additions & 1 deletion packages/runner-ct/src/SpecList/components/SearchSpec.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
padding: 8px;
box-sizing: border-box;
background-color: white;
z-index: 10;

input {
width: 100%;
Expand Down

0 comments on commit a72b525

Please sign in to comment.