mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-28 20:15:20 +03:00
style: update width and min-width of .hunk__inner_inner class to ensure proper layout on different screen sizes
This commit is contained in:
parent
35b02d7e5f
commit
072721c034
@ -292,7 +292,8 @@
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
.hunk__inner_inner {
|
||||
width: max-content;
|
||||
width: 100%;
|
||||
min-width: max-content;
|
||||
}
|
||||
.added {
|
||||
color: #45b156;
|
||||
|
Loading…
Reference in New Issue
Block a user