Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit bfd32265 authored by Richard Steinmetz's avatar Richard Steinmetz Committed by GitHub
Browse files

Merge pull request #4296 from nextcloud/fix/calendar-white-space

Fix the white space on calendar title
parents 7e62d3ba 2081f69e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@
	}

	.fc-event-title {
		white-space: initial;
		white-space: inherit;
	}
}