Skip to content

Commit 6c18623

Browse files
committed
IOT-32 fix table styling
1 parent 4e33f03 commit 6c18623

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/app/views/administration-gateway/admin-lora-table-row/admin-lora-table-row.component.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010
<td class="position-relative pr-3">
1111
{{ gateway.id }}
1212
</td>
13-
<td class="position-relative pr-3">
14-
{{ gateway.location.longitude }}, {{ gateway.location.latitude }}
15-
</td>
1613

1714
<td class="position-relative pr-3">
15+
{{ gateway.location.longitude }}, {{ gateway.location.latitude }}
1816
<div class="dropdown position-absolute">
1917
<a
2018
href="#"

src/app/views/mine-applikationer/application/application.component.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@
99
min-height: 150px;
1010
}
1111
}
12-
}
13-
.application-table-header {
14-
// background-color: $white;
1512
}

0 commit comments

Comments
 (0)