Set new width constraints for the event detail popup.
This commit is contained in:
parent
362c7400eb
commit
7217bd1862
1 changed files with 2 additions and 2 deletions
|
@ -190,8 +190,8 @@
|
|||
#cal-container .cal-event-details {
|
||||
position: absolute;
|
||||
min-height: 100px;
|
||||
min-width: 25%;
|
||||
max-width: 60%;
|
||||
/* min-width: 40%; */
|
||||
max-width: 80%;
|
||||
padding: 20px;
|
||||
background-color: #333;
|
||||
color: #FFF;
|
||||
|
|
Loading…
Reference in a new issue