简体   繁体   中英

UL tags (from wysihtml5 javascript) doesnt align horizontally

how can i align these UL tags that has been manipulated by wysihtml5 text editor? Please help me. . . what css can i use to align them.

我该如何对齐这些由wysihtml5文本编辑器操作过的UL标签?

You could add a class of height-full ( or whatever you want ) to the LI element and use the CSS:

.height-full {
    height: 100%;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM