Module:Navbox/styles.css:修订间差异
删除的内容 添加的内容
Maintenance script(留言 | 贡献) 恢复 navbox CSS(根因已修复,删除临时 border:none) 标签:手工回退 |
修复 Navbox 列中 nowraplinks 阻止长文本换行的问题,列内链接允许换行 |
||
| (未显示2个用户的7个中间版本) | |||
第1行:
/*
*/
/* ---------- 基础 ---------- */
第99行 ⟶ 第101行:
border-width: 0;
line-height: 1.5em;
overflow-wrap: break-word;
word-break: break-word;
}
第182行 ⟶ 第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;
}
| |||