Fix styles for API key value not being applied

When the component was renamed from ‘API key’ to ‘Copy to clipboard’ the class for the thing to be copied changed from `api-key__key` to `copy-to-clipboard__value`. While the CSS was updated to reflect the change from `api-key` to `copy-to-clipboard` the change from `__key` to `__value` was not made.

Before: 4921e6d46e/app/templates/components/api-key.html
After: 85f6881a56/app/templates/components/copy-to-clipboard.html

This commit changes updates the CSS to reflect the latter change, so that the styles get applied properly.
This commit is contained in:
Chris Hill-Scott
2021-09-28 15:30:44 +01:00
committed by GitHub
parent c76cd82a97
commit bc5745c77b

View File

@@ -10,7 +10,7 @@
}
&__notice,
&__key {
&__value {
font-family: monospace;
display: block;
padding: 0 0 10px 0;