Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
112e2abb
Commit
112e2abb
authored
Jan 24, 2017
by
Luke "Jared" Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed flexbox and wrap issues
parent
329acc68
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
app/assets/stylesheets/framework/avatar.scss
app/assets/stylesheets/framework/avatar.scss
+2
-0
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+2
-1
app/assets/stylesheets/framework/filters.scss
app/assets/stylesheets/framework/filters.scss
+5
-4
No files found.
app/assets/stylesheets/framework/avatar.scss
View file @
112e2abb
...
...
@@ -37,6 +37,8 @@
display
:
inline-block
;
margin-left
:
4px
;
margin-bottom
:
2px
;
flex-shrink
:
0
;
-webkit-flex-shrink
:
0
;
&
.s16
{
margin-right
:
4px
;
}
&
.s24
{
margin-right
:
4px
;
}
...
...
app/assets/stylesheets/framework/dropdowns.scss
View file @
112e2abb
...
...
@@ -125,7 +125,8 @@
top
:
100%
;
left
:
0
;
z-index
:
9
;
width
:
240px
;
max-width
:
280px
;
min-width
:
240px
;
margin-top
:
2px
;
margin-bottom
:
0
;
font-size
:
14px
;
...
...
app/assets/stylesheets/framework/filters.scss
View file @
112e2abb
...
...
@@ -132,6 +132,11 @@
display
:
flex
;
-webkit-flex-direction
:
column
;
flex-direction
:
column
;
&
>
span
{
white-space
:
normal
;
word-break
:
break-all
;
}
}
}
...
...
@@ -141,10 +146,6 @@
}
}
.hint-dropdown
{
width
:
250px
;
}
.filter-dropdown-loading
{
padding
:
8px
16px
;
}
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