mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-26 18:43:37 +03:00
fix tag commit msg in taglist (closes #871)
This commit is contained in:
parent
6b9e211f34
commit
fa1a1c8727
@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## Unreleased
|
||||
|
||||
## Fixed
|
||||
- fix commit msg being broken inside tag list ([#871](https://github.com/extrawurst/gitui/issues/871))
|
||||
|
||||
## [0.17.0] - 2021-08-21
|
||||
|
||||
**compare commits**
|
||||
|
@ -86,7 +86,7 @@ impl DrawableComponent for TagListComponent {
|
||||
// author width
|
||||
Constraint::Length(19),
|
||||
// commit id
|
||||
Constraint::Min(0),
|
||||
Constraint::Percentage(100),
|
||||
];
|
||||
|
||||
let rows = self.get_rows();
|
||||
|
Loading…
Reference in New Issue
Block a user