Skip to content

Commit

Permalink
update expected test files
Browse files Browse the repository at this point in the history
  • Loading branch information
ang-zeyu committed May 5, 2021
1 parent 4be0f76 commit 988c785
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ mark {
#flex-body {
display: flex;
flex: 1;
align-items: start;
}

#content-wrapper {
Expand Down Expand Up @@ -85,10 +86,13 @@ mark {
}

.nav-component {
padding: 0.8rem 12px 0 12px;
overflow-y: auto;
}

#site-nav .nav-component {
padding: 0.8rem 12px 0 12px;
}

#page-nav {
display: block;
border-left: 1px solid lightgrey;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ mark {
#flex-body {
display: flex;
flex: 1;
align-items: start;
}

#content-wrapper {
Expand Down Expand Up @@ -85,10 +86,13 @@ mark {
}

.nav-component {
padding: 0.8rem 12px 0 12px;
overflow-y: auto;
}

#site-nav .nav-component {
padding: 0.8rem 12px 0 12px;
}

#page-nav {
display: block;
border-left: 1px solid lightgrey;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ mark {
#flex-body {
display: flex;
flex: 1;
align-items: start;
}

#content-wrapper {
Expand Down Expand Up @@ -85,10 +86,13 @@ mark {
}

.nav-component {
padding: 0.8rem 12px 0 12px;
overflow-y: auto;
}

#site-nav .nav-component {
padding: 0.8rem 12px 0 12px;
}

#page-nav {
display: block;
border-left: 1px solid lightgrey;
Expand Down

0 comments on commit 988c785

Please sign in to comment.