style: update width and min-width of .hunk__inner_inner class to ensure proper layout on different screen sizes

This commit is contained in:
Mattias Granlund 2023-12-14 12:18:24 +01:00
parent 35b02d7e5f
commit 072721c034

View File

@ -292,7 +292,8 @@
overscroll-behavior: none;
}
.hunk__inner_inner {
width: max-content;
width: 100%;
min-width: max-content;
}
.added {
color: #45b156;