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:
Chris Hill-Scott
2018-11-07 11:17:53 +00:00
committed by GitHub
3 changed files with 20 additions and 3 deletions

View File

@@ -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(