hunk css updated

This commit is contained in:
Pavel Laptev 2023-12-12 22:27:12 +01:00 committed by GitButler
parent e4e0b2de53
commit 05bd73da34
2 changed files with 3 additions and 2 deletions

View File

@ -59,7 +59,7 @@
/* modifiers */ /* modifiers */
.s-large { .s-large {
max-width: calc(var(--space-64) * 8); max-width: calc(var(--space-64) * 13);
} }
.s-default { .s-default {

View File

@ -278,7 +278,8 @@
.hunk__inner { .hunk__inner {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: max-content; width: 100%;
min-width: max-content;
} }
.added { .added {
color: #45b156; color: #45b156;