diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-05-11 12:55:38 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-05-11 12:55:38 +0900 |
| commit | f24f7f14c3868dda94f4f5ed3d5eb09cc54c7baf (patch) | |
| tree | 1be39cb13214c908ceabebbc9d51351d23b46ea5 /src/client/widgets | |
| parent | Fix #7431 (#7432) (diff) | |
| download | sharkey-f24f7f14c3868dda94f4f5ed3d5eb09cc54c7baf.tar.gz sharkey-f24f7f14c3868dda94f4f5ed3d5eb09cc54c7baf.tar.bz2 sharkey-f24f7f14c3868dda94f4f5ed3d5eb09cc54c7baf.zip | |
:art:
Diffstat (limited to 'src/client/widgets')
| -rw-r--r-- | src/client/widgets/federation.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/widgets/federation.vue b/src/client/widgets/federation.vue index 3f2e1e691d..8ab7f594a2 100644 --- a/src/client/widgets/federation.vue +++ b/src/client/widgets/federation.vue @@ -114,6 +114,7 @@ export default defineComponent({ overflow: hidden; font-size: 0.9em; color: var(--fg); + padding-right: 8px; > .a { display: block; @@ -129,6 +130,9 @@ export default defineComponent({ font-size: 75%; opacity: 0.7; line-height: $bodyInfoHieght; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } } |