diff --git a/res/css/views/elements/_Field.scss b/res/css/views/elements/_Field.scss index 8356515517..02f0e548fb 100644 --- a/res/css/views/elements/_Field.scss +++ b/res/css/views/elements/_Field.scss @@ -89,6 +89,10 @@ limitations under the License. margin: 7px 8px; padding: 2px; pointer-events: none; // Allow clicks to fall through to the input + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + max-width: calc(100% - 20px); // 100% of parent minus margin and padding } .mx_Field input:focus + label,