diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-12 20:57:54 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-12 20:57:54 +0100 |
| commit | 4d6d916395b13d548e0b7f4dc98d85f6d29f0417 (patch) | |
| tree | e420f7ea7b6e4043f6f14c42898518cf087f20b3 /src/components/status/status.vue | |
| parent | f8a3afc9d14428d05115105030af1f1d300dde8e (diff) | |
Some CSS fixes.
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 8f3de3df..521119d2 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -56,10 +56,13 @@ <style lang="scss"> .status-el { + hyphens: auto; + overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; a { + display: inline-block; word-break: break-all; } } |
