diff --git a/src/lib/input/input-container.scss b/src/lib/input/input-container.scss index 2ea6cfe4180d..04cb37ce473a 100644 --- a/src/lib/input/input-container.scss +++ b/src/lib/input/input-container.scss @@ -39,3 +39,9 @@ md-input-container { } } } + +// Prevents the prefix and suffix from stretching together with the container. +.md-input-prefix, .md-input-suffix { + width: 0.1px; + white-space: nowrap; +}