Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multicolumn cheat sheet #257

Open
danmichaelo opened this issue Feb 8, 2017 · 2 comments
Open

Multicolumn cheat sheet #257

danmichaelo opened this issue Feb 8, 2017 · 2 comments

Comments

@danmichaelo
Copy link

If I add too many keyboard shortcuts, they won't fit into the cheat sheet, but there is plenty of space horizontally, so it would be nice if the cheat sheet could make use of that space by flowing into multiple columns.

@aramando
Copy link

@danmichaelo I would like to see this too. However don't forget you can pass in an alternative Angular template string in config to customise the display of the cheat sheet, and style it into columns with Flexbox or something. This is actually something on my own to do list at the moment.

@kroltan
Copy link

kroltan commented Feb 15, 2018

You can use some CSS, without touching the template:

.cfp-hotkeys {
    columns: 2;
}

.cfp-hotkeys-title {
    column-span: all;
}

Support is good, with global coverage at 97.8%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants