From 1ccc9dd629b2ecfe3883f337f39120da810813d0 Mon Sep 17 00:00:00 2001 From: hakui Date: Sat, 18 Feb 2017 12:51:47 -0600 Subject: [PATCH 1/2] wrap long urls while not breaking normal words. also practicing the new branch thing --- src/components/status/status.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 85d78d2e3f..4d4f70463c 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -107,6 +107,7 @@ a { display: inline-block; + word-wrap: break-word; } .status-content { From 2aea6c4b09de8ee8f5c7d2f83c1873100ef75956 Mon Sep 17 00:00:00 2001 From: hakui Date: Sat, 18 Feb 2017 13:18:00 -0600 Subject: [PATCH 2/2] increased leading for expanded view's header --- src/App.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.scss b/src/App.scss index 3547f2582a..34c7ee74b0 100644 --- a/src/App.scss +++ b/src/App.scss @@ -107,6 +107,7 @@ main-router { padding: 0.6em 0 0.5em; text-align: center; font-size: 1.3em; + line-height: 24px; } .panel-footer {