mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Day-Calendar: improve width of row-names (#2341)
This commit is contained in:
committed by
GitHub
parent
6f0f4755ef
commit
8254d8f5cc
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user