Skip to content

Commit 5be1db7

Browse files
committed
fix: add min-width to Cards and improve link styling for better responsiveness
1 parent 24cbd70 commit 5be1db7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/assets/App.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ a {
116116

117117
.Cards > * {
118118
flex: 0 0 calc((100% - ((var(--visible-cards)) * var(--cards-gap))) / var(--visible-cards));
119+
min-width: 0;
119120
}
120121

121122
.HorizontalScroll {
@@ -535,6 +536,8 @@ a {
535536
text-decoration: none;
536537
display: flex;
537538
flex-direction: row;
539+
word-break: break-word;
540+
overflow-wrap: anywhere;
538541
}
539542

540543
.rowTitle:hover {

0 commit comments

Comments
 (0)