Skip to content
Snippets Groups Projects
Verified Commit cc248f3e authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Swapped flex out for grid system

parent c3633db6
No related branches found
No related tags found
1 merge request!10564Initial balsamiq support
Pipeline #
Loading
Loading
@@ -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;
}
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment