mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-28 09:43:02 +02:00
fix(article): add white-space: nowrap
to back button text (#245)
This commit is contained in:
parent
42eb1f5067
commit
7ebe7e1af8
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue