Просмотр исходного кода

Fix Wizard's alignment issues within its container and with its title header

Sergiu Miclea 8 лет назад
Родитель
Сommit
30b710aab6
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/components/MigrationWizard/MigrationWizard.scss

+ 2 - 1
src/components/MigrationWizard/MigrationWizard.scss

@@ -24,6 +24,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
   box-sizing: border-box;
   box-sizing: border-box;
   flex-flow: column;
   flex-flow: column;
   display: flex;
   display: flex;
+  align-items: center;
   .stepTitle {
   .stepTitle {
     font-weight: $weight-light;
     font-weight: $weight-light;
     font-size: 32px;
     font-size: 32px;
@@ -36,7 +37,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 }
 }
 .container {
 .container {
   flex: 1;
   flex: 1;
-  margin: 0 auto;
+  margin-left: -32px;
   padding: 0px 0px 70px 32px;
   padding: 0px 0px 70px 32px;
   overflow-y: auto;
   overflow-y: auto;
   overflow-x: hidden;
   overflow-x: hidden;