Skip to content

Commit

Permalink
Settings editor - fix 'no results' layout
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Sep 21, 2018
1 parent 33edbc2 commit b6a08a2
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,13 @@
}

.settings-editor > .settings-body > .no-results {
margin-top: 20px;
display: none;
max-width: 1000px;
margin: auto;
margin-top: 20px;
padding-left: 24px;
padding-right: 24px;
box-sizing: border-box;
}

.settings-editor.no-toc-search > .settings-body .settings-tree-container .monaco-tree-wrapper,
Expand Down

0 comments on commit b6a08a2

Please sign in to comment.