From ad73d1ff8317c79715d96bd7ad32ea7df47c7ba2 Mon Sep 17 00:00:00 2001 From: Behnam Esfahbod Date: Wed, 6 Sep 2017 02:00:24 -0700 Subject: [PATCH] [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 --- app/styles/app.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/app.scss b/app/styles/app.scss index 24411f2998b..9f0866a60a9 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -330,7 +330,7 @@ ul.dropdown { h1 { span.subtitle { display: block; - font-size: small; + font-size: x-small; } } @@ -354,4 +354,4 @@ a.arrow svg { abbr[title] { text-decoration: none; border-bottom: 1px dotted; -} \ No newline at end of file +}