Module:Navbox/styles.css:修订间差异
删除的内容 添加的内容
创建 Navbox(融合 enwiki/zhwiki/mworg 版本) |
修复 Navbox 列中 nowraplinks 阻止长文本换行的问题,列内链接允许换行 |
||
| (未显示2个用户的10个中间版本) | |||
第1行:
/*
*/
/* ---------- 基础 ---------- */
第29行 ⟶ 第31行:
line-height: 1.5em;
text-align: left;
width: 100%;
}
第98行 ⟶ 第101行:
border-width: 0;
line-height: 1.5em;
overflow-wrap: break-word;
word-break: break-word;
}
第181行 ⟶ 第186行:
.nowraplinks .nowraplinks a {
white-space: nowrap;
}
/* ---------- 多列导航框内允许换行(覆盖 nowraplinks) ---------- */
.navbox-columns-table a {
white-space: normal;
word-break: break-word;
}
/* ---------- 多列导航框内允许换行(覆盖 nowraplinks) ---------- */
.navbox-columns-table a {
white-space: normal;
word-break: break-word;
}
| |||