Skip to content

Commit

Permalink
Appended input fields (#21257)
Browse files Browse the repository at this point in the history
PR for #12448

## Steps to reproduce the issue

Effects all appended input fields. Eg. Navigate to a single article menu item (Menus -> MainMenu -> Home) and resize the screen below 767px. Input fields extend outside the viewport.
  • Loading branch information
brianteeman authored and Michael Babker committed Jul 25, 2018
1 parent e6d6116 commit dbb668c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion administrator/templates/isis/css/template-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -4709,7 +4709,6 @@ a.badge:focus {
.input-prepend input[class*="span"],
.input-append input[class*="span"] {
display: inline-block;
width: auto;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 0;
Expand Down
1 change: 0 additions & 1 deletion administrator/templates/isis/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -4709,7 +4709,6 @@ a.badge:focus {
.input-prepend input[class*="span"],
.input-append input[class*="span"] {
display: inline-block;
width: auto;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 0;
Expand Down
1 change: 0 additions & 1 deletion media/jui/less/responsive-767px-max.less
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
.input-prepend input[class*="span"],
.input-append input[class*="span"] {
display: inline-block; // redeclare so they don't wrap to new lines
width: auto;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 0;
Expand Down
1 change: 0 additions & 1 deletion templates/protostar/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -4870,7 +4870,6 @@ a.badge:focus {
.input-prepend input[class*="span"],
.input-append input[class*="span"] {
display: inline-block;
width: auto;
}
.controls-row [class*="span"] + [class*="span"] {
margin-left: 0;
Expand Down

0 comments on commit dbb668c

Please sign in to comment.