Commit 00f002ed authored by Fatih Acet's avatar Fatih Acet

Merge branch 'new-file-mobile-dropdown-fix' into 'master'

Fixed add to tree button on mobile

## What does this MR do?

Fixes an issue with the width of the add to tree button on mobile.

This was caused by acde2e30 adding `100%` width for mobile.

## Screenshots (if relevant)

![Screen_Shot_2016-09-14_at_10.52.41](/uploads/029877794411ef68f31091869b7b9618/Screen_Shot_2016-09-14_at_10.52.41.png)

## What are the relevant issue numbers?

Closes #22128

See merge request !6339
parents e28fbd95 3411212e
......@@ -334,6 +334,10 @@ a.deploy-project-label {
a {
color: $gl-dark-link-color;
}
.dropdown-menu {
width: 240px;
}
}
.last-push-widget {
......
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