Template:Infobox country/styles.css: Difference between revisions
Prevent ordinary infobox labels from wrapping |
Constrain infobox table width and wrapping |
||
| Line 3: | Line 3: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
line-height: 1.2em; | line-height: 1.2em; | ||
table-layout: fixed; | |||
max-width: 100%; | |||
} | } | ||
| Line 10: | Line 12: | ||
border-top: 1px solid #a2a9b1; | border-top: 1px solid #a2a9b1; | ||
padding: 0.4em 0.6em 0.4em 0.6em; | padding: 0.4em 0.6em 0.4em 0.6em; | ||
overflow-wrap: anywhere; | |||
word-break: normal; | |||
} | |||
.ib-country .nowrap, | |||
.ib-country .nowraplinks a { | |||
white-space: normal; | |||
} | } | ||