forked from potsda.mn/mobilizon
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 {
|
.content-wrapper {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: calc(100vw - 32px - 20px);
|
||||||
|
|
||||||
&.padding-left {
|
&.padding-left {
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
|
|
Loading…
Reference in a new issue