CC-5648: Events are shifted down in the month view
* Fixed it.
This commit is contained in:
parent
04140c38d1
commit
653f0e02a4
1 changed files with 2 additions and 1 deletions
|
@ -1166,7 +1166,8 @@ thead tr.fc-first
|
||||||
which makes it a pain in the ass to fix. That's why we're overriding it
|
which makes it a pain in the ass to fix. That's why we're overriding it
|
||||||
with !important here.
|
with !important here.
|
||||||
*/
|
*/
|
||||||
.fc-view > div:nth-child(2)
|
|
||||||
|
div.fc-agenda > div:nth-child(2)
|
||||||
{
|
{
|
||||||
top: 34px !important;
|
top: 34px !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue