Align form-title in Create and Submit view

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-05-24 21:05:30 +02:00
parent 8e5f57e401
commit 529205385a
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17

View file

@ -431,6 +431,7 @@ export default {
min-height: 36px;
margin: 32px 0;
padding-left: 14px; // align with description (compensate font size diff)
padding-bottom: 6px; // align with h2 of .form-title on submit page
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;