Skip to content

Commit

Permalink
fix: settings list styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcamargo committed Jan 8, 2022
1 parent 03f5173 commit b011e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/testing.js
Expand Up @@ -9,7 +9,7 @@ _public.mockTrivenConfig = customConfig => {
};

_public.getExpectedTrivenStylesheetHash = () => {
return '8b5d8f7637332bb55dc5e2578053b53f';
return 'ce710b34f9c3417d2fb2c827009d271f';
};

function buildFilesMock(customConfig){
Expand Down
2 changes: 2 additions & 0 deletions src/styles/base.styl
Expand Up @@ -217,9 +217,11 @@ p > code
&:not(:first-child)
border-top 1px solid $color-grey-light
a
display inline-block
padding 18px 10px
min-width 160px
font-size 0.777777777777778rem
text-decoration none
box-sizing border-box
border 0
&:hover,
Expand Down

0 comments on commit b011e4d

Please sign in to comment.