Skip to content

Commit ad73d1f

Browse files
committed
[styles] Make header subtitle fit in one line
After shipping the update to header title/subtitle and testing it with logged-in user, the subtitle was broken into two lines, breaking the layout. Making the subtitle a bit smaller fixes the problem. See <#1031>
1 parent be1429c commit ad73d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/styles/app.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ ul.dropdown {
330330
h1 {
331331
span.subtitle {
332332
display: block;
333-
font-size: small;
333+
font-size: x-small;
334334
}
335335
}
336336

@@ -354,4 +354,4 @@ a.arrow svg {
354354
abbr[title] {
355355
text-decoration: none;
356356
border-bottom: 1px dotted;
357-
}
357+
}

0 commit comments

Comments
 (0)