Skip to content

Commit

Permalink
feat: Changed newline handling in the task list. (#1)
Browse files Browse the repository at this point in the history
* feat: Changed newline handling in the task list.

* Update README.md

* Create dotnet.yml
  • Loading branch information
philipp-meier authored Jun 24, 2023
1 parent caf0881 commit 4a54f29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<img height="40" width="165" src="./src/WebUI/ClientApp/public/chrono.png" />
</p>

[![CI](https://github.com/philipp-meier/Chrono/actions/workflows/dotnet.yml/badge.svg)](https://github.com/philipp-meier/Chrono/actions/workflows/dotnet.yml)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/philipp-meier/Chrono/blob/main/LICENSE)
---

A simple self-hostable (business) value centric application to organize and priorize ideas / tasks across multiple teams or projects.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ div.ui.right.aligned.container.actions {
margin-left: 0em !important;
margin-right: 0em !important;
}
div.tasklist
> div.list
> div.tasklist-item
> div.content
> div.description
> p {
white-space: pre-line;
}
div.tasklist > div.list > div.tasklist-item > div.content > div.description,
div.ui.container.extra {
margin-left: 0em !important;
Expand Down

0 comments on commit 4a54f29

Please sign in to comment.