1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

fix: wrap log data so it doesn't exit the screen

This commit is contained in:
Ash Keel 2023-02-17 19:51:55 +01:00
parent fe289f0b68
commit fc9465063e
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E
2 changed files with 1 additions and 1 deletions

View file

@ -191,6 +191,7 @@ const LogDetails = styled('div', {
gridRow: '2',
gridColumn: '2/4',
display: 'flex',
flexWrap: 'wrap',
gap: '1rem',
fontSize: '0.8em',
color: '$gray11',

View file

@ -5,7 +5,6 @@ import (
"time"
"github.com/gorilla/websocket"
jsoniter "github.com/json-iterator/go"
"github.com/nicklaw5/helix/v2"
"go.uber.org/zap"