mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-08 19:41:19 -04:00
Merge pull request #2428 from alphagov/api-key-page-neatness
Make API key page handle multiple lines of text better
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
thing = $component.data('thing');
|
||||
|
||||
$component
|
||||
.addClass('api-key')
|
||||
.css('min-height', $component.height())
|
||||
.html(states.keyVisible(key, thing))
|
||||
.attr('aria-live', 'polite')
|
||||
.on(
|
||||
|
||||
Reference in New Issue
Block a user