Fix update error overflow in settings view
This commit is contained in:
@@ -129,8 +129,8 @@
|
||||
<td colspan="2"> </td>
|
||||
</tr>
|
||||
<tr ng-show="!update.busy && update.errorMessage">
|
||||
<td class="text-muted" style="vertical-align: top;">Update Error:</td>
|
||||
<td class="text-right has-error" style="vertical-align: top; white-space: nowrap;">{{ update.errorMessage }}</td>
|
||||
<td class="text-muted" style="vertical-align: top; white-space: nowrap;">Update Error:</td>
|
||||
<td class="text-right has-error" style="vertical-align: top;">{{ update.errorMessage }}</td>
|
||||
</tr>
|
||||
<tr ng-show="update.busy">
|
||||
<td colspan="2">
|
||||
|
||||
Reference in New Issue
Block a user