diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-02-18 15:03:30 -0500 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-02-18 15:03:30 -0500 |
| commit | 6f98543b792ce0fd202157ab3027e6c7663a9798 (patch) | |
| tree | 29ada68dd4d413c725280dbb4e99a65eca0a5b5d | |
| parent | c2178819a094eb233aab67c9af64a7fb894d1579 (diff) | |
| parent | 2aea6c4b09de8ee8f5c7d2f83c1873100ef75956 (diff) | |
Merge branch 'link-wraparound-styling' into 'develop'
(practicing the new branch thing) url styling
See merge request !18
| -rw-r--r-- | src/App.scss | 1 | ||||
| -rw-r--r-- | src/components/status/status.vue | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 3547f258..34c7ee74 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 { diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 85d78d2e..4d4f7046 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 { |
