We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65ac18 commit 938876eCopy full SHA for 938876e
src/Views/InteractiveRebase.axaml
@@ -212,7 +212,9 @@
212
</Border>
213
214
<!-- Commit Time -->
215
- <TextBlock Grid.Column="3" Classes="primary" Text="{Binding Commit.CommitterTimeStr}" Margin="8,0"/>
+ <Border Grid.Column="3" ClipToBounds="True">
216
+ <TextBlock Classes="primary" Text="{Binding Commit.CommitterTimeStr}" Margin="8,0"/>
217
+ </Border>
218
219
<!-- MoveUp Button -->
220
<Button Grid.Column="4" Classes="icon_button" Click="OnMoveItemUp" ToolTip.Tip="Alt+Up">
0 commit comments