Skip to content

Commit 87f4eb4

Browse files
committed
Allow perf tweaks info table to scroll horizontally on mobile
1 parent c9345f4 commit 87f4eb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NetworkOptimizer.Web/Components/Pages/PerformanceTweaks.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
@if (_showFirmwareNotes)
175175
{
176176
<div class="card-body">
177-
<div class="pt-firmware-table">
177+
<div class="pt-firmware-table table-responsive">
178178
<table class="data-table">
179179
<thead>
180180
<tr>

0 commit comments

Comments
 (0)