Skip to content
Snippets Groups Projects
Commit c920d165 authored by Clement Ho's avatar Clement Ho
Browse files

Merge branch '44382-ui-breakdown-for-create-merge-request' into 'master'

UI breakdown of message of the last pushed branch for Create merge request

Closes #44382

See merge request gitlab-org/gitlab-ce!17821
parents 53d352aa 40b7eedc
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