Skip to content

Commit

Permalink
Fixed description field height on the bot submission page.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbohacek committed Feb 4, 2023
1 parent 857fd9f commit 4db68cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8431,7 +8431,8 @@ div#menu-wrapper {
width: 100% !important; }

.medium-editor-element {
min-height: 90px !important; }
min-height: 90px !important;
height: auto; }

.medium-editor-placeholder:after {
color: #6c757d !important;
Expand Down
2 changes: 1 addition & 1 deletion css/styles.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/styles/form-elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

.medium-editor-element{
min-height: 90px !important;
height: auto;
}

.medium-editor-placeholder:after{
Expand Down

0 comments on commit 4db68cd

Please sign in to comment.