mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Subevent: fix overflow for long lines in location
This commit is contained in:
@@ -92,7 +92,7 @@ $(function () {
|
||||
.attr("aria-controls", $content.attr('id'))
|
||||
.attr("aria-expanded", "false");
|
||||
$handler.on("click", function (ev) {
|
||||
$content.html(original_html);
|
||||
$content.html(original_html).removeClass("content");
|
||||
$handler.attr("aria-expanded", "true").attr("aria-hidden", "true");
|
||||
$handler.hide();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user