Skip to content

Commit bde92fd

Browse files
authored
chore(nimbus): Change text sizing of 'No Deliveries' text on the feature page. (#13772)
Because - We want the "No Deliveries" callout to match the the styling thats in the QA Runs table This commit - Updates the callout to match styling Fixes #13770
1 parent f9bcb01 commit bde92fd

File tree

1 file changed

+3
-3
lines changed
  • experimenter/experimenter/nimbus_ui/templates/nimbus_experiments

1 file changed

+3
-3
lines changed

experimenter/experimenter/nimbus_ui/templates/nimbus_experiments/features.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ <h5 class="fw-semibold">
9999
</tr>
100100
{% empty %}
101101
<tr>
102-
<td colspan="12" class="fw-semibold text-center p-4">
103-
<h4>No Deliveries</h4>
104-
</td>
102+
<tr>
103+
<td colspan="11" class="text-center text-muted py-5">No Deliveries</td>
104+
</tr>
105105
</tr>
106106
{% endfor %}
107107
</tbody>

0 commit comments

Comments
 (0)