Skip to content

Commit

Permalink
Set min-width: 100% on contents of field-row [#153460941]
Browse files Browse the repository at this point in the history
  • Loading branch information
reidmit authored and pivotal committed Dec 6, 2017
1 parent b393bc9 commit 5f694c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/forms/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,10 @@ textarea.valid {
min-height: 32px;
display: flex;
align-items: center;

> :not(.grid) {
min-width: 100%;
}
}

.help-row {
Expand Down

0 comments on commit 5f694c2

Please sign in to comment.