Commit 50b76bd0 authored by Takuya Noguchi's avatar Takuya Noguchi Committed by Illya Klymov

Fix overflow UI bug with longer commit title on Wiki Page History

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent ff04877c
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
%td %td
= commit.author_name = commit.author_name
%td %td
%span.str-truncated-60 .commit-content
= link_to wiki_page_path(@wiki, @page, action: :diff, version_id: commit.id), { title: commit.message } do = link_to wiki_page_path(@wiki, @page, action: :diff, version_id: commit.id), { title: commit.message } do
= commit.message = commit.message
%td %td
......
---
title: Fix overflow UI bug with longer commit title on Wiki Page History
merge_request: 58212
author: Takuya Noguchi
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment