Skip to content

Commit 9c23474

Browse files
committed
smal lformat fix
1 parent fa0f243 commit 9c23474

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/retail/templates/admin_index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,10 @@
107107
{{url}}
108108
</a>
109109
</td>
110-
<td style="max-width: 100px; max-height: 100px; overflow: scroll;">
110+
<td>
111+
<div style="max-width: 100px; max-height: 50px; overflow: scroll; font-size: 10px; display: block;">
111112
{{val.reason}}
113+
</div>
112114
</td>
113115
<td>
114116
{{val.type}}
@@ -120,7 +122,9 @@
120122
{{val.era}}
121123
</td>
122124
<td>
125+
<div style="max-width: 100px; max-height: 50px; overflow: scroll; font-size: 10px; display: block;">
123126
{{val.comment}}
127+
</div>
124128
</td>
125129
<td>
126130
{{val.stats.1d.delivered}}

0 commit comments

Comments
 (0)