fix link wrapping
This commit is contained in:
parent
7c8eae27f5
commit
8ee6de611d
16 changed files with 7 additions and 1 deletions
0
LICENSE.txt
Normal file → Executable file
0
LICENSE.txt
Normal file → Executable file
0
README.md
Normal file → Executable file
0
README.md
Normal file → Executable file
6
docs/css/main.css
Normal file → Executable file
6
docs/css/main.css
Normal file → Executable file
|
@ -168,3 +168,9 @@ pre {
|
||||||
grid-column: span 1;
|
grid-column: span 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
width: var(--elem-width);
|
||||||
|
white-space: pre-wrap;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
0
docs/img/newlogo.svg
Normal file → Executable file
0
docs/img/newlogo.svg
Normal file → Executable file
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3 KiB |
0
docs/index.php
Normal file → Executable file
0
docs/index.php
Normal file → Executable file
0
docs/login.php
Normal file → Executable file
0
docs/login.php
Normal file → Executable file
0
docs/logout.php
Normal file → Executable file
0
docs/logout.php
Normal file → Executable file
0
docs/register.php
Normal file → Executable file
0
docs/register.php
Normal file → Executable file
0
docs/tou.php
Normal file → Executable file
0
docs/tou.php
Normal file → Executable file
0
docs/user.php
Normal file → Executable file
0
docs/user.php
Normal file → Executable file
0
libs/auth.php
Normal file → Executable file
0
libs/auth.php
Normal file → Executable file
0
libs/form.php
Normal file → Executable file
0
libs/form.php
Normal file → Executable file
0
libs/markdown.php
Normal file → Executable file
0
libs/markdown.php
Normal file → Executable file
0
libs/page.php
Normal file → Executable file
0
libs/page.php
Normal file → Executable file
0
scripts/init.php
Normal file → Executable file
0
scripts/init.php
Normal file → Executable file
0
scripts/init.sql
Normal file → Executable file
0
scripts/init.sql
Normal file → Executable file
Loading…
Reference in a new issue