diff options
| author | Shulhan <ms@kilabit.info> | 2025-09-26 14:01:02 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-09-26 14:01:02 +0700 |
| commit | f2d8bde324132b86f68ea4b72868e3ff38d4bf51 (patch) | |
| tree | 4004949512d257ac06d4f47059f21dcef3841468 | |
| parent | 62161730b5802c4206f0cc169a744b364576bb74 (diff) | |
| download | lilin-f2d8bde324132b86f68ea4b72868e3ff38d4bf51.tar.xz | |
_www: increase the sid column length
| -rw-r--r-- | _www/index.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_www/index.tmpl b/_www/index.tmpl index cc7b257..9df65a1 100644 --- a/_www/index.tmpl +++ b/_www/index.tmpl @@ -32,7 +32,7 @@ flex: 0 0 16em; } .service .sid { - flex: 0 0 10em; + flex: 0 0 16em; } .service .status { flex: 0 0 5em; |
