chore(client): 🎨 about button (#9339)

This commit is contained in:
tamaina
2022-12-18 16:43:09 +09:00
committed by GitHub
parent a47d172d60
commit c5179e8f1c
3 changed files with 6 additions and 6 deletions

View File

@@ -75,10 +75,10 @@ const props = defineProps<{
}
> .text {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
flex-shrink: 1;
white-space: normal;
padding-right: 12px;
text-align: center;
}
> .right {