merge fix

This commit is contained in:
fuzz
2023-11-03 12:51:57 +00:00
parent 699ec2f83b
commit ba6a885e40
2 changed files with 7 additions and 6 deletions

View File

@@ -137,7 +137,9 @@ function SessionCard(props) {
</span>
</Tooltip>
</Col>
<Col className="px-0 col-auto ellipse">IP Address: <Link onClick={showModal}>{props.data.session.RemoteEndPoint}</Link></Col>
<Col className="px-0 col-auto ellipse">
<Card.Text>IP Address: <Link onClick={showModal}>{props.data.session.RemoteEndPoint}</Link></Card.Text>
</Col>
</Row>
</Col>

View File

@@ -14,12 +14,12 @@
background-color: var(--background-color)!important;
color: white;
max-width: 500px;
max-height: 190px;
max-height: 180px;
}
.stat-card-banner
{
max-width: 127px !important;
max-width: 120px !important;
}
@@ -27,9 +27,8 @@
.stat-card-image {
width: 127px !important;
height: 190px;
padding: 5px;
width: 120px !important;
height: 180px;
}
.stat-card-icon