Minor CSS adjustments
This commit is contained in:
parent
6f947ab6d9
commit
736aa8297d
6 changed files with 9 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue