Skip to content

Commit 061a73c

Browse files
committed
fix display of non fa icons
1 parent b230462 commit 061a73c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Frontend/src/components/monitoring/endpoint.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ h1 .endpoint-status .endpoint-status-icon {
6666
.endpoint-status .pa-monitoring-lost.endpoint-details,
6767
.endpoint-status .pa-endpoint-lost.endpoints-overview,
6868
.endpoint-status .pa-monitoring-lost.endpoints-overview {
69+
display: inline-block;
6970
width: 26px;
7071
height: 26px;
7172
left: 6px;
@@ -105,6 +106,7 @@ h1 .endpoint-status .endpoint-status-icon {
105106
background-image: url("@/assets/warning.svg");
106107
background-position: center;
107108
background-repeat: no-repeat;
109+
display: inline-block;
108110
width: 20px;
109111
height: 20px;
110112
margin-left: 4px;

0 commit comments

Comments
 (0)