Skip to content

Commit 0835fb0

Browse files
authored
Fix error sidecol position (#33803)
1 parent 0691a3b commit 0835fb0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

administrator/templates/atum/scss/blocks/_global.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ caption {
114114
}
115115

116116
body .container-main {
117+
order: 1;
117118
position: relative;
118119
padding-right: 0;
119120
padding-left: 0;

administrator/templates/atum/scss/blocks/_login.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
.view-login {
44

55
.container-main {
6-
order: 1;
7-
86
@include media-breakpoint-down(md) {
97
display: flex;
108
flex-wrap: wrap;

0 commit comments

Comments
 (0)