Skip to content

Commit

Permalink
Fixed: Reset min-height of sidebar-1 and sidebar-2 on responsive layo…
Browse files Browse the repository at this point in the history
…ut back-end setttings
  • Loading branch information
trungch committed Mar 26, 2015
1 parent 3895794 commit 5762fc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion source/plg_system_t3/base-bs3/css/layout-preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
}

.t3-admin-layout-preview.sm .t3-sidebar,
.t3-admin-layout-preview.xs .t3-sidebar {
.t3-admin-layout-preview.xs .t3-sidebar,
.t3-admin-layout-preview.md .t3-sidebar {
min-height: 0 !important;
}

Expand Down
3 changes: 1 addition & 2 deletions source/plg_system_t3/base-bs3/less/layout-preview.less
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@
//
// Note that `.col-sm-12` doesn't get floated on purpose—there's no need since
// it's full-width.
&.sm,
&.xs {
&.sm, &.xs, &.md {
.t3-sidebar {
min-height: 0 !important;
}
Expand Down

0 comments on commit 5762fc2

Please sign in to comment.