We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24cbd70 commit 5be1db7Copy full SHA for 5be1db7
1 file changed
src/assets/App.css
@@ -116,6 +116,7 @@ a {
116
117
.Cards > * {
118
flex: 0 0 calc((100% - ((var(--visible-cards)) * var(--cards-gap))) / var(--visible-cards));
119
+ min-width: 0;
120
}
121
122
.HorizontalScroll {
@@ -535,6 +536,8 @@ a {
535
536
text-decoration: none;
537
display: flex;
538
flex-direction: row;
539
+ word-break: break-word;
540
+ overflow-wrap: anywhere;
541
542
543
.rowTitle:hover {
0 commit comments