[ML] Fix alignment of text in job wizard remove split button (#20118) (#20121)

This commit is contained in:
Pete Harverson 2018-06-21 15:20:32 +01:00 committed by GitHub
parent 343e5c200d
commit 2fd19e36b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -38,6 +38,7 @@
.remove-split {
height: 22px;
font-size: 12px;
line-height: 12px;
margin-left: 10px;
min-width: 100px;
}

View file

@ -118,6 +118,7 @@
.remove-split {
height: 22px;
font-size: 12px;
line-height: 12px;
margin-top: 6px;
min-width: 100px;
}