mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 03:46:37 +11:00
Compare commits
3 commits
6824bb7e96
...
ed66d50fae
Author | SHA1 | Date | |
---|---|---|---|
|
ed66d50fae | ||
|
17fc4fe164 | ||
|
60cd179c18 |
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ RUN make js
|
||||||
|
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
|
|
||||||
FROM python:3.10 as build
|
FROM python:3.13 as build
|
||||||
|
|
||||||
ARG BUILD_EXTRAS=production
|
ARG BUILD_EXTRAS=production
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ article {
|
||||||
font-weight: $baseFontRegular;
|
font-weight: $baseFontRegular;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
white-space: pre;
|
||||||
|
|
||||||
color: $textColor;
|
color: $textColor;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
|
|
Loading…
Reference in a new issue