Skip to content

Commit 0a00729

Browse files
committed
Improve profile table css: do not strech the table
1 parent c5c3db7 commit 0a00729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/stylesheets/components/profile.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@
451451
.contrib-calendar {
452452
border-collapse: separate;
453453
border-spacing: 4px;
454-
width: 100%;
454+
width: max-content;
455455
}
456456

457457
.contrib-calendar th,

0 commit comments

Comments
 (0)