Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

input: label overflows and shows horizontal scrollbar #7403

Closed
@rhllor

Description

@rhllor

Hi,
I use mdDialog for create a fast form. From version 1.0.2 i have a problem with Internet Explore 11.

When an input text get focus an horizontal scrollbar appears.

cattura

This is the template code:

<md-dialog aria-label="Log"  ng-cloak>
<md-dialog-content layout="column" class="md-dialog-content">
<md-input-container class="md-block">
          <label>Biography</label>
          <textarea ng-model="vm.Note" ></textarea>
        </md-input-container>
</md-dialog-content>
</md-dialog>

Metadata

Metadata

Assignees

Labels

P1: urgentUrgent issues that should be addressed in the next minor or patch release.type: bugui: CSS

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions