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
Boxiang Sun
gitlab-ce
Commits
fc954749
Commit
fc954749
authored
Apr 28, 2017
by
Luke "Jared" Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected styling, less hacky
parent
a67a648b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
23 deletions
+6
-23
app/assets/stylesheets/framework/files.scss
app/assets/stylesheets/framework/files.scss
+6
-23
No files found.
app/assets/stylesheets/framework/files.scss
View file @
fc954749
...
@@ -162,31 +162,14 @@
...
@@ -162,31 +162,14 @@
}
}
.list-inline.previews
{
.list-inline.previews
{
display
:
inline-block
;
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
center
;
align-content
:
flex-start
;
align-items
:
baseline
;
.preview
{
.preview
{
display
:
inline-block
;
padding
:
$gl-padding
;
height
:
280px
;
min-width
:
260px
;
margin
:
0
;
padding
:
16px
;
@include
make-xs-column
(
3
);
}
.panel
{
margin
:
0
;
height
:
100%
;
.panel-body
{
padding
:
$gl-padding
0
0
;
text-align
:
center
;
}
}
.img-thumbnail
{
max-height
:
195px
;
max-width
:
195px
;
padding
:
0
;
}
}
}
}
}
}
...
...
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