Skip to content

Commit 025aee7

Browse files
author
Daniel Herzog
committed
Fx for DFL-3236 - Issues in Network detail view
1 parent a108d80 commit 025aee7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/network/network_style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,15 @@
318318
.network-details-container th
319319
{
320320
text-align: left;
321-
padding-right: 30px;
322-
width: 140px;
323321
white-space: nowrap;
324322
}
325323

324+
.network-details-container th:first-child
325+
{
326+
width: 20%;
327+
padding-right: 30px;
328+
}
329+
326330
.network-details-container hr
327331
{
328332
border: none;

0 commit comments

Comments
 (0)