Skip to content
Snippets Groups Projects
Commit 40b7eedc authored by Takuya Noguchi's avatar Takuya Noguchi
Browse files

Fix UI breakdown for Create merge request button

parent ea5221ae
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -162,17 +162,14 @@
* Last push widget
*/
.event-last-push {
overflow: auto;
width: 100%;
display: flex;
align-items: center;
 
.event-last-push-text {
@include str-truncated(100%);
padding: 4px 0;
font-size: 13px;
float: left;
margin-right: -150px;
padding-right: 150px;
line-height: 20px;
margin-right: $gl-padding;
}
}
 
Loading
Loading
Loading
Loading
@@ -13,6 +13,6 @@
 
#{time_ago_with_tooltip(event.created_at)}
 
.pull-right
.flex-right
= link_to new_mr_path_from_push_event(event), title: _("New merge request"), class: "btn btn-info btn-sm qa-create-merge-request" do
#{ _('Create merge request') }
---
title: Fix UI breakdown for Create merge request button
merge_request: 17821
author: Takuya Noguchi
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment