Skip to content

Commit 71af49e

Browse files
committed
allow sidebar buttons to wrap
1 parent 29dba01 commit 71af49e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

special-pages/pages/history/app/components/Sidebar.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
box-shadow: none;
6565
background: transparent;
6666
flex: 1;
67+
white-space: normal;
68+
text-align: left;
6769
}
6870

6971
.delete {

special-pages/pages/history/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export async function init(root, messaging, baseEnvironment) {
5252
const strings =
5353
environment.locale === 'en'
5454
? enStrings
55-
: await fetch(`./locales/${environment.locale}/example.json`)
55+
: await fetch(`./locales/${environment.locale}/history.json`)
5656
.then((resp) => {
5757
if (!resp.ok) {
5858
throw new Error('did not give a result');

0 commit comments

Comments
 (0)