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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
7f9d1ad3
Commit
7f9d1ad3
authored
Dec 14, 2016
by
José Iván Vargas López
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the use of display:flex to display:block
parent
4d37b246
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
app/assets/stylesheets/pages/editor.scss
app/assets/stylesheets/pages/editor.scss
+5
-6
No files found.
app/assets/stylesheets/pages/editor.scss
View file @
7f9d1ad3
...
...
@@ -132,26 +132,25 @@
}
.new-file-name
{
margin-bottom
:
0
;
max-width
:
none
;
width
:
100%
;
}
.file-buttons
{
display
:
flex
;
flex-direction
:
column
;
display
:
block
;
width
:
100%
;
margin-bottom
:
7px
;
.soft-wrap-toggle
{
margin
:
7px
0
0
;
width
:
100%
;
margin
:
7px
0
;
}
.encoding-selector
,
.license-selector
,
.gitignore-selector
,
.gitlab-ci-yml-selector
{
margin
:
7px
0
0
;
display
:
block
;
margin
:
7px
0
;
button
{
width
:
100%
;
...
...
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