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

Merge pull request #79 from smiclea/CORWEB-100

Use same size for Migration From Replica Options and Replica execution Options popup CORWEB-100
Dorin Paslaru 8 лет назад
Родитель
Сommit
941eb1711b

+ 1 - 1
src/components/MigrationFromReplicaOptions/MigrationFromReplicaOptions.scss

@@ -58,7 +58,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .buttons {
   display: flex;
   justify-content: space-between;
-  margin: 16px 32px 32px 32px;
+  margin: 98px 32px 32px 32px;
 
   button {
     width: 224px;

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

@@ -42,7 +42,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
   padding: 0 32px;
   position: relative;
   justify-content: center;
-  min-height: 208px;
   
   :global(.form-group) {
     min-width: 224px;
@@ -61,7 +60,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .buttons {
   display: flex;
   justify-content: space-between;
-  margin: 16px 32px 32px 32px;
+  margin: 129px 32px 32px 32px;
 
   button {
     width: 224px;