Days numbers are not shown in one line
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3470014. --> Reported by: [marc.bau](https://www.drupal.org/user/68521) Related to !31 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>This CSS need to be added to the modules code. Otherwise the two digits days are split to two lines.</p> <pre>.calendar-calendar td div.day {<br>&nbsp;&nbsp;&nbsp; white-space: nowrap;<br>}</pre><p>Before<br> <img src="https://www.drupal.org/files/issues/2024-08-24/Screenshot%202024-08-24%20002009_0.png" alt="aa"></p> <p>After<br> <img src="https://www.drupal.org/files/issues/2024-08-24/Screenshot%202024-08-24%20002054_0.png" alt="bbb"></p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Add calendar to Oliviero page.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue