Skip to content

Commit

Permalink
Add compact layout for forms
Browse files Browse the repository at this point in the history
  • Loading branch information
PapsOu committed Jun 19, 2017
1 parent a39ab2a commit 8923509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Resources/public/css/compact-ui.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@media screen and (min-width: 1024px) {
.sonata-ba-show .sonata-ba-view .row .col-md-12 {
.sonata-ba-show .sonata-ba-view .row .col-md-12,
.sonata-ba-form .box-body .row .col-md-12 {
max-width:50%;
}
}

0 comments on commit 8923509

Please sign in to comment.