Skip to content

Commit 53ff506

Browse files
committed
Fix UI
1 parent 00fe421 commit 53ff506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/limit/table/column/operation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Copyright (c) 2021 Hengyang Zhang
3-
*
3+
*
44
* This software is released under the MIT License.
55
* https://opensource.org/licenses/MIT
66
*/
@@ -44,7 +44,7 @@ async function handleModify(row: timer.limit.Item, callback: () => void) {
4444
}
4545

4646
const LOCALE_WIDTH: { [locale in timer.Locale]: number } = {
47-
en: 200,
47+
en: 220,
4848
zh_CN: 200,
4949
ja: 200,
5050
zh_TW: 200,

0 commit comments

Comments
 (0)