diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/views/help-modal.ejs | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/public/views/help-modal.ejs b/public/views/help-modal.ejs index 3d119e8b..fd8bfbff 100644 --- a/public/views/help-modal.ejs +++ b/public/views/help-modal.ejs @@ -39,7 +39,7 @@ <h3 class="panel-title"><%= __('Cheatsheet') %></h3> </div> <div class="panel-body" style="height: calc(100vh - 215px); overflow: auto;"> - <table class="table table-condensed"> + <table class="table table-condensed table-cheatsheet"> <thead> <tr> <th><%= __('Example') %></th> @@ -137,4 +137,11 @@ </div> </div> </div> -</div>
\ No newline at end of file +</div> +<style> + table.table-cheatsheet tr > td:nth-child(2) { + font-family: "Source Code Pro", Consolas, monaco, monospace; + letter-spacing: 0.025em; + line-height: 1.25; + } +</style>
\ No newline at end of file |