Skip to content

Commit 09d482e

Browse files
committed
Fix CSS largeur description
1 parent c284ff4 commit 09d482e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

desktop/css/events.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
.modal-header h2 {
9696
flex: 1;
9797
margin: 0;
98+
width: 90%;
9899
}
99100

100101
.button-container {
@@ -422,9 +423,8 @@
422423
.limited-text {
423424
display: inline-block;
424425
font-size: 18px;
425-
max-width: 600px;
426-
white-space: nowrap;
427-
overflow: hidden;
428-
text-overflow: ellipsis;
426+
white-space: normal;
427+
word-wrap: break-word;
428+
overflow-wrap: break-word;
429429
cursor: pointer;
430430
}

0 commit comments

Comments
 (0)