Minor CSS adjustments

This commit is contained in:
Travis Ralston 2019-01-23 18:49:27 -07:00
parent 6f947ab6d9
commit 736aa8297d
6 changed files with 9 additions and 7 deletions

View file

@ -37,6 +37,8 @@ limitations under the License.
}
.mx_PhoneNumbers_new .mx_Field input {
// Use 100% of the space available for the input, but don't let the 10px
// padding on either side of the input to push it out of alignment.
width: calc(100% - 20px);
}