mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
change style in css file
This commit is contained in:
parent
bc55b16c9c
commit
491fe98c15
2 changed files with 9 additions and 8 deletions
|
|
@ -123,14 +123,6 @@ export default function RealtimeLog({ data, websites, websiteId }) {
|
|||
<FormattedMessage
|
||||
id="message.log.visitor"
|
||||
defaultMessage="Visitor from {country} using {browser} on {os} {device}"
|
||||
style={{
|
||||
overflow: 'hidden',
|
||||
'text-overflow': 'ellipsis',
|
||||
display: '-webkit-box',
|
||||
'-webkit-line-clamp': 2,
|
||||
'line-clamp': 2,
|
||||
'-webkit-box-orient': 'vertical',
|
||||
}}
|
||||
values={{
|
||||
country: <b>{countryNames[country] || intl.formatMessage(labels.unknown)}</b>,
|
||||
browser: <b>{BROWSERS[browser]}</b>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue