简体   繁体   English

UL标签(来自wysihtml5 JavaScript)未水平对齐

[英]UL tags (from wysihtml5 javascript) doesnt align horizontally

how can i align these UL tags that has been manipulated by wysihtml5 text editor? 我该如何对齐这些由wysihtml5文本编辑器操作过的UL标签? Please help me. 请帮我。 . . what css can i use to align them. 我可以使用哪些CSS来对齐它们。

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

You could add a class of height-full ( or whatever you want ) to the LI element and use the CSS: 您可以在LI元素中添加一类height-full或任意 height-full ),并使用CSS:

.height-full {
    height: 100%;
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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