Skip to content

Commit 6431927

Browse files
authored
Merge pull request #263 from TheAngularity/column-width-fixed
fixed column width in accel table title bar
2 parents 9c564a4 + d564d05 commit 6431927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabs/pid_tuning.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<div id="pid_accel" class="gui_box grey topspacer pid_tuning">
213213
<table class="pid_titlebar">
214214
<tr>
215-
<th class="third" i18n="pidTuningName" style="width: 24%;"></th>
215+
<th class="third" i18n="pidTuningName" style="width: 19%;"></th>
216216
<th class="third" i18n="pidTuningStrength" style="width: 33%;"></th>
217217
<th class="third" i18n="pidTuningTransition" style="width: 33%;"></th>
218218
</tr>

0 commit comments

Comments
 (0)