diff options
| author | hakui <hakui@airmail.cc> | 2017-02-18 12:51:47 -0600 |
|---|---|---|
| committer | hakui <hakui@airmail.cc> | 2017-02-18 12:51:47 -0600 |
| commit | 1ccc9dd629b2ecfe3883f337f39120da810813d0 (patch) | |
| tree | 1e3694317e7d57c0db6359f778e3410eb47f5e59 /src | |
| parent | e111693b086717cb50f0bc98e663222eb24e4f39 (diff) | |
wrap long urls while not breaking normal words. also practicing the new branch thing
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
