mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Readd word wrapping and just force it to normal for the sorting section
This commit is contained in:
parent
cab2bb25c4
commit
7988dd5014
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,7 @@ input {
|
|||
margin: 0;
|
||||
color: var(--text);
|
||||
font-family: "Inter", sans-serif;
|
||||
word-wrap: anywhere;
|
||||
}
|
||||
|
||||
html.fixed_navbar {
|
||||
|
@ -862,6 +863,7 @@ main > * > footer > a {
|
|||
text-align: center;
|
||||
cursor: pointer;
|
||||
transition: 0.2s background;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
#sort_options > a.selected,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue