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

Feature Request - list column wrap #174

Open
pbstudent opened this issue Jul 12, 2018 · 0 comments
Open

Feature Request - list column wrap #174

pbstudent opened this issue Jul 12, 2018 · 0 comments

Comments

@pbstudent
Copy link

Description

Create bulleted lists wrapping into two columns for all web browsers.

Expected behaviour

Two or more columns based on presets.

Actual behaviour

N/A

Steps to reproduce the problem

reference: https://stackoverflow.com/questions/6509106/is-there-a-way-to-break-a-list-into-columns#
ul {
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

ul ul {
-moz-column-count: 1;
-moz-column-gap: 20px;
-webkit-column-count: 1;
-webkit-column-gap: 20px;
column-count: 1;
column-gap: 20px;
}
Produces:
screenshot_2018-07-12 core competency 7 analyze critically the impact of cross-cultural transitions and social injustices o 3

Bulleted lists only works in FireFox.

System Information

  • Textbooks for Pressbooks: 4.1.1
  • Pressbooks: 5.4.0
  • WordPress: 4.9.7
@pbstudent pbstudent changed the title Feature Request Feature Request - list wrap Jul 12, 2018
@pbstudent pbstudent changed the title Feature Request - list wrap Feature Request - list column wrap Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants