fix tag commit msg in taglist (closes #871)

This commit is contained in:
Stephan Dilly 2021-08-22 23:24:30 +02:00
parent 6b9e211f34
commit fa1a1c8727
2 changed files with 4 additions and 1 deletions

View File

@ -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**

View File

@ -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();