BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
cc248f3e
Unverified
Commit
cc248f3e
authored
Apr 26, 2017
by
Luke "Jared" Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Swapped flex out for grid system
parent
c3633db6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
5 deletions
+23
-5
files.scss
app/assets/stylesheets/framework/files.scss
+23
-5
No files found.
app/assets/stylesheets/framework/files.scss
View file @
cc248f3e
...
...
@@ -162,13 +162,31 @@
}
.list-inline.previews
{
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
space-between
;
padding
:
$gl-padding
;
display
:
inline-block
;
.preview
{
flex-shrink
:
0
;
display
:
inline-block
;
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