Compare commits

...

3 commits

Author SHA1 Message Date
renovate[bot]
a750dbecf2
Merge ceadb41c8a into 60cd179c18 2024-11-15 13:09:35 +00:00
renovate[bot]
ceadb41c8a
chore(deps): update docker/login-action action to v3 2024-11-15 13:09:31 +00:00
Darren Nathanael
60cd179c18
Fixes: #256 - Plain Text Renderer ignores whitespace (#260)
Text aligns to the left when there *should* be whitespaces.

Signed-off-by: Darren Nathanael <github@darrennathanael.com>
2024-11-15 20:08:25 +07:00
2 changed files with 2 additions and 1 deletions

View file

@ -48,7 +48,7 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

View file

@ -11,6 +11,7 @@ article {
font-weight: $baseFontRegular;
line-height: 24px;
word-break: break-word;
white-space: pre;
color: $textColor;
max-width: 600px;