mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 14:14:17 +00:00
fix: inline elements should not wrap by default
This commit is contained in:
committed by
Carlos Valente
parent
6e5805977a
commit
525999440a
@@ -14,7 +14,7 @@ export default function InfoNif() {
|
||||
const handleClick = (address: string) => openLink(address);
|
||||
|
||||
return (
|
||||
<Panel.InlineElements>
|
||||
<Panel.InlineElements wrap='wrap'>
|
||||
{data.networkInterfaces.map((nif) => {
|
||||
// interfaces outside localhost wont have access
|
||||
if (nif.name === 'localhost' && !isLocalhost) return null;
|
||||
|
||||
Reference in New Issue
Block a user