Skip to content

Commit

Permalink
fixed stylelint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarth2810 committed Sep 26, 2024
1 parent b428d1f commit d171bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/css/components/form.olform.less
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
input[type=password],
input[type=url],
textarea {
width: 475px;
width: 100%;
resize: vertical;
}

Expand Down
2 changes: 1 addition & 1 deletion static/css/page-edit.less
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ div.adminDelete {
}
}
textarea {
width: 100%;
min-width: 280px;
height: 500px;
resize: vertical;
}
Expand Down

0 comments on commit d171bb8

Please sign in to comment.