Skip to content

Commit 54c1197

Browse files
authored
fix: add overflow:hidden to card-author-names container to prevent overflow
Agent-Logs-Url: https://github.com/recodehive/recode-website/sessions/50071c63-4fa1-4246-9569-7edf711b18da
1 parent d78dc15 commit 54c1197

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/blogs/blogs-new.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,7 @@
938938
align-items: center;
939939
gap: 0;
940940
min-width: 0;
941+
overflow: hidden;
941942
}
942943

943944
.card-author-sep {

0 commit comments

Comments
 (0)