Fix text overflow when a link is too long in event mobile view

Closes #941

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-12-13 10:43:32 +01:00 committed by tykayn
parent c6de89e145
commit 7f2aa2a9f9
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ div.eventMetadataBlock {
.content-wrapper {
overflow: hidden;
width: 100%;
max-width: calc(100vw - 32px - 20px);
&.padding-left {
padding: 0 20px;