Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
59fb203f0088
Commit
49f2a4e3
authored
Mar 16, 2016
by
Arinde Eniola
Browse files
fix bug causing dropdown to get cut off in project page
parent
fb4764d5aa1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/pages/projects.scss
View file @
59fb203f
...
...
@@ -33,6 +33,13 @@
.project-settings-dropdown
{
margin-left
:
10px
;
display
:
inline-block
;
.dropdown-menu
{
left
:
auto
;
width
:
auto
;
right
:
0px
;
max-width
:
240px
;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment