Module:Navbox/styles.css:修订间差异

删除的内容 添加的内容
修复 Navbox 列中长文本不换行导致超宽的问题,添加 overflow-wrap / word-break
修复 Navbox 列中 nowraplinks 阻止长文本换行的问题,列内链接允许换行
第186行:
.nowraplinks .nowraplinks a {
white-space: nowrap;
}
 
/* ---------- 多列导航框内允许换行(覆盖 nowraplinks) ---------- */
.navbox-columns-table a {
white-space: normal;
word-break: break-word;
}