mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 01:04:00 -04:00
Put checkered background behind email branding
This will stop images which are white with a transparent background being invisible in the admin app (and accidentally getting overwritten).
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
{% endif %}
|
||||
</legend>
|
||||
{% for value, option, checked in field.iter_choices() %}
|
||||
<div class="multiple-choice">
|
||||
<div class="multiple-choice branding-radio">
|
||||
<input
|
||||
type="radio"
|
||||
name="{{ field.name }}"
|
||||
|
||||
Reference in New Issue
Block a user