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 {
|
#cal-container .cal-event-details {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
min-width: 25%;
|
/* min-width: 40%; */
|
||||||
max-width: 60%;
|
max-width: 80%;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
|
|
Loading…
Reference in a new issue