Index: src/stock-adjustment-mobile/_adjustment-mobile.scss =================================================================== diff -u -N -r9b23add288958da43e8a4f8be30e48edda073463 -rf1d2995a4d578dc260625f857af59829041afa39 --- src/stock-adjustment-mobile/_adjustment-mobile.scss (.../_adjustment-mobile.scss) (revision 9b23add288958da43e8a4f8be30e48edda073463) +++ src/stock-adjustment-mobile/_adjustment-mobile.scss (.../_adjustment-mobile.scss) (revision f1d2995a4d578dc260625f857af59829041afa39) @@ -135,6 +135,25 @@ } + .form-field-with-button { + display: flex; + flex-direction: column; + width: 80%; + padding: 0.5em 0; + + input { + height: 50px; + width: 80%; + } + + select { + height: 50px; + width: 80%; + vertical-align: middle; + } + + } + .field-full-width-last { margin-bottom: 16px; }