Day-Calendar: improve width of row-names (#2341)

This commit is contained in:
Richard Schreiber
2021-11-22 15:09:40 +01:00
committed by GitHub
parent 6f0f4755ef
commit 8254d8f5cc

View File

@@ -203,8 +203,11 @@
margin: 0;
padding: 3px 8px 3px 0;
background-color: rgba(255,255,255,.9);
white-space: nowrap;
z-index: 10;
width: 20vw;/* % in a grid context scales to the width of this element in grid => vw with max-width */
max-width: 15em;
min-width: 8em;
overflow-wrap: break-word;
}
.day-calendar a.event {