Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linebreak in description #424

Merged
merged 2 commits into from
Jun 3, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix description text size and line height
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt authored and jotoeri committed May 28, 2020
commit 4d8022f629ca18ac6c2141d2879cc34d6560d6b7
1 change: 1 addition & 0 deletions src/views/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ export default {
}
.form-desc {
font-size: 100%;
line-height: 150%;
padding-bottom: 20px;
resize: none;
}
Expand Down
1 change: 1 addition & 0 deletions src/views/Submit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ export default {
}
.form-desc {
font-size: 100%;
line-height: 150%;
padding-bottom: 20px;
resize: none;
white-space: pre-line;
Expand Down