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:
parent
e624671da1
commit
305f53cb03
|
@ -45,6 +45,7 @@ div.eventMetadataBlock {
|
|||
.content-wrapper {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
max-width: calc(100vw - 32px - 20px);
|
||||
|
||||
&.padding-left {
|
||||
padding: 0 20px;
|
||||
|
|
Loading…
Reference in a new issue