diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-01 14:00:02 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-24 15:15:33 -0400 |
| commit | a26ec64b3bcc4e4a50dd984b39ab1d8ddde05b30 (patch) | |
| tree | ce119755f4b1552b2fb052ba6225e4d74eace67e | |
| parent | 565d53812b394ed829bcd2e70e48efcc612e5d59 (diff) | |
fix minor css issues in status preview
| -rw-r--r-- | src/components/status/status.vue | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index d03fe143..cb4abb9a 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -491,11 +491,6 @@ $status-margin: 0.75em; flex-basis: 100%; margin-bottom: 0.5em; - a { - display: inline-block; - word-break: break-all; - } - small { font-weight: lighter; } @@ -506,6 +501,11 @@ $status-margin: 0.75em; justify-content: space-between; line-height: 18px; + a { + display: inline-block; + word-break: break-all; + } + .name-and-account-name { display: flex; min-width: 0; @@ -547,11 +547,13 @@ $status-margin: 0.75em; flex-wrap: wrap; align-items: stretch; - a { + > .reply-to-and-accountname > a { max-width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; + display: inline-block; + word-break: break-all; } } |
