Skip to content

Commit

Permalink
fix input text
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Diener committed Jan 14, 2016
1 parent d6cc7c1 commit 20ecaf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ body #aeria_section .container .row-field input[type="text"],
body .aeria-container .box-sections .row-field input[type="text"],
body #aeria_section .box-sections .row-field input[type="text"] {
min-height: 34px;
width: 100%;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
Expand Down
1 change: 1 addition & 0 deletions resources/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ body {

input[type="text"] {
min-height: 34px;
width: 100%;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
Expand Down

0 comments on commit 20ecaf7

Please sign in to comment.