Skip to content

Commit

Permalink
Make textarea on edit pages full width
Browse files Browse the repository at this point in the history
  • Loading branch information
lee14334 committed Dec 9, 2024
1 parent e050ae6 commit 3025f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/page-edit.less
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ div.adminDelete {
width: 580px;
}
}
textarea {
.olform textarea {
width: 100%;
height: 500px;
resize: vertical;
Expand Down

0 comments on commit 3025f5d

Please sign in to comment.