I'm trying to get rid of the 'More' link that is displayed is Month view. So far, the only solution I can find is to use css to hide it -
But this simply removes the text. The space the text occupies is still there, which leaves a rather large gap at the bottom of every day in the calendar. Is it possible to also remove/hide this space?
| .rsShowMore |
| { |
| display: none !important; |
| } |
But this simply removes the text. The space the text occupies is still there, which leaves a rather large gap at the bottom of every day in the calendar. Is it possible to also remove/hide this space?