Skip to content

Commit 941eb17

Browse files
author
Dorin Paslaru
authored
Merge pull request #79 from smiclea/CORWEB-100
Use same size for Migration From Replica Options and Replica execution Options popup CORWEB-100
2 parents 0b1b861 + 81dde19 commit 941eb17

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/components/MigrationFromReplicaOptions/MigrationFromReplicaOptions.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
5858
.buttons {
5959
display: flex;
6060
justify-content: space-between;
61-
margin: 16px 32px 32px 32px;
61+
margin: 98px 32px 32px 32px;
6262

6363
button {
6464
width: 224px;

src/components/ReplicaExecutionOptions/ReplicaExecutionOptions.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
4242
padding: 0 32px;
4343
position: relative;
4444
justify-content: center;
45-
min-height: 208px;
4645

4746
:global(.form-group) {
4847
min-width: 224px;
@@ -61,7 +60,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
6160
.buttons {
6261
display: flex;
6362
justify-content: space-between;
64-
margin: 16px 32px 32px 32px;
63+
margin: 129px 32px 32px 32px;
6564

6665
button {
6766
width: 224px;

0 commit comments

Comments
 (0)