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

Corrected styling, less hacky

parent a67a648b
No related branches found
No related tags found
1 merge request!10564Initial balsamiq support
Pipeline #
Loading
Loading
@@ -162,31 +162,14 @@
}
 
.list-inline.previews {
display: inline-block;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: flex-start;
align-items: baseline;
 
.preview {
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;
padding: $gl-padding;
}
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment