diff --git a/src/lib/input/input-container.scss b/src/lib/input/input-container.scss index 4e9a82c4080d..414c52dd49ec 100644 --- a/src/lib/input/input-container.scss +++ b/src/lib/input/input-container.scss @@ -30,3 +30,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; +}