mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #2860 from weili520/text_length
fix: Make Chinese text in line
This commit is contained in:
commit
95de83b2d0
|
|
@ -49,6 +49,10 @@ section {
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.nowrap-li:last-of-type {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.title-h1 {
|
||||
font-size: 40px;
|
||||
line-height: 1;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<ul class="common-flex-layout">
|
||||
{{ with $data.footer.footer }}
|
||||
{{ range .list }}
|
||||
<li>
|
||||
<li class="nowrap-li">
|
||||
<div class="h3">{{ .title }}</div>
|
||||
{{ range .list }}
|
||||
{{ if hasPrefix .link "http" }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue