We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0f243 commit 9c23474Copy full SHA for 9c23474
app/retail/templates/admin_index.html
@@ -107,8 +107,10 @@
107
{{url}}
108
</a>
109
</td>
110
- <td style="max-width: 100px; max-height: 100px; overflow: scroll;">
+ <td>
111
+ <div style="max-width: 100px; max-height: 50px; overflow: scroll; font-size: 10px; display: block;">
112
{{val.reason}}
113
+ </div>
114
115
<td>
116
{{val.type}}
@@ -120,7 +122,9 @@
120
122
{{val.era}}
121
123
124
125
126
{{val.comment}}
127
128
129
130
{{val.stats.1d.delivered}}
0 commit comments