Skip to content

Commit

Permalink
Fixed: Break layout when add Page break
Browse files Browse the repository at this point in the history
Break layout when add Page break
  • Loading branch information
trungch committed Mar 28, 2016
1 parent fce282c commit a52b4d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions source/plg_system_t3/base-bs3/less/frontend-edit.less
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,14 @@ fieldset.radio.btn-group {
margin-left: 5px;
}

// Break page layout
// -----------------
.layout-pagebreak {
.form-horizontal .control-group .controls {
margin-left: 0;
}
}

// View history
// ------------
[class^="icon-"], [class*=" icon-"] {
Expand Down
6 changes: 5 additions & 1 deletion source/tpl_t3_bs3_blank/css/frontend-edit.css
Original file line number Diff line number Diff line change
Expand Up @@ -434,4 +434,8 @@ fieldset.radio.btn-group label.active {
height: 16px;
width: 16px;
color: #333;
}
}

.layout-pagebreak .form-horizontal .control-group .controls {
margin-left: 0;
}

0 comments on commit a52b4d7

Please sign in to comment.